You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hotkeys/doc/package.json

30 lines
641 B
JSON

{
"name": "hotkeys",
"version": "1.0.0",
"description": "",
"main": "src/hotkeys.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/hotkeys.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaywcjlove/hotkeys/issues"
},
"homepage": "https://github.com/jaywcjlove/hotkeys",
"devDependencies": {
"highlight.js": "^8.8.0",
"jslite": "^1.1.6"
},
"dependencies": {
"gulp": "^3.9.0",
"gulp-stylus": "^2.1.0",
"gulp-watch": "^4.3.5",
"nib": "^1.1.0"
}
}