Initial commit
This commit is contained in:
22
node_modules/keycode/package.json
generated
vendored
Normal file
22
node_modules/keycode/package.json
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "keycode",
|
||||
"description": "Convert between keyboard keycodes and keynames and vice versa.",
|
||||
"version": "2.2.0",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"example": "examples",
|
||||
"test": "test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/timoxley/keycode.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"mocha": "^3.0.2"
|
||||
},
|
||||
"homepage": "https://github.com/timoxley/keycode",
|
||||
"dependencies": {},
|
||||
"author": "Tim Oxley <secoif@gmail.com>",
|
||||
"typings": "./keycode.d.ts"
|
||||
}
|
||||
Reference in New Issue
Block a user