29 lines
867 B
JSON
29 lines
867 B
JSON
{
|
|
"name": "keyboardjs",
|
|
"description": "A library for binding to keys and key combos without the pain of key codes and key combo conflicts.",
|
|
"version": "2.3.3",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha test/**/*.spec.js",
|
|
"build": "browserify -g uglifyify -s keyboardJS ./index.js > ./dist/keyboard.min.js & browserify --debug -s keyboardJS ./index.js > ./dist/keyboard.js"
|
|
},
|
|
"keywords": [
|
|
"Key Binding, Keyboard, Key combos, Keyboard Shortcuts"
|
|
],
|
|
"author": "Robert Hurst <robertwhurst@gmail.com>",
|
|
"bugs": {
|
|
"url": "https://github.com/RobertWHurst/KeyboardJS/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:RobertWHurst/KeyboardJS.git"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"browserify": "^6.0.2",
|
|
"mocha": "^2.2.5",
|
|
"sinon": "^1.15.3",
|
|
"uglifyify": "^2.5.0"
|
|
}
|
|
}
|