-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "keymaster-sequences",
"version": "0.0.1",
"description": "Add keyboard sequence support to the awesome keymaster.js",
"main": "dist/keymaster-sequences.js",
"readmeFilename": "README.md",
"author": {
"name": "Cory Mawhorter",
"email": "cory.mawhorter@gmail.com"
},
"repository": "https://github.com/cmawhorter/keymaster-sequences.js",
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-lintspaces": "^0.5.1",
"jit-grunt": "^0.7.0",
"jshint-stylish": "^0.2.0",
"load-grunt-config": "^0.10.0",
"grunt-umd": "^1.7.4",
"time-grunt": "^0.3.2",
"grunt-conventional-changelog": "^1.1.0",
"grunt-groc": "^0.4.5"
}
}