forked from kentcdodds/genie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 KB
/
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
32
33
34
35
36
37
38
39
40
41
{
"name": "geniejs",
"version": "0.4.0",
"description": "A JavaScript library committed to improving user experience by empowering users to interact with web apps using the keyboard (better than cryptic shortcuts).",
"main": "dist/genie.js",
"homepage": "https://github.com/kentcdodds/genie",
"author": "Kent C. Dodds <[email protected]>",
"scripts": {
"test": "grunt mocha"
},
"engines": {
"node": ">=0.8.0"
},
"keywords": [],
"dependencies": {},
"devDependencies": {
"autodoc": "^0.5.5",
"chai": "^1.8.1",
"grunt": "^0.4.5",
"grunt-bumpup": "^0.4.2",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.8.0",
"grunt-contrib-uglify": "^0.2.7",
"grunt-contrib-watch": "^0.5.3",
"grunt-gh-pages": "^0.9.1",
"grunt-mocha": "^0.4.6",
"mocha": "^1.14.0",
"time-grunt": "^0.4.0"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://[email protected]/kentcdodds/genie.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kentcdodds/genie/issues"
}
}