-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
51 lines (51 loc) · 1.03 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
42
43
44
45
46
47
48
49
50
51
{
"name": "vimtronner",
"version": "0.0.9",
"description": "A multi-player Vim trainer.",
"main": "lib/vimtronner.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt mochaTest"
},
"repository": {
"type": "git",
"url": "git://github.com/carbonfive/vimtronner.git"
},
"keywords": [
"vim",
"game",
"trainer"
],
"author": "Rudy Jahchan",
"license": "GPLv2",
"gitHead": "9c7cc16afd1b5bace80fd886b9bbe9bc0dbaf9fc",
"readmeFilename": "README.md",
"devDependencies": {
"coffee-script": "",
"mocha": "",
"chai": "",
"sinon": "",
"sinon-chai": "",
"grunt-cli": "~0.1.11",
"grunt": "~0.4.2",
"grunt-mocha": "~0.4.9",
"grunt-mocha-test": "~0.8.2",
"grunt-contrib-coffee": "~0.8.2",
"grunt-contrib-watch": "~0.5.3"
},
"dependencies": {
"socket.io": "",
"socket.io-client": "",
"commander": "",
"moniker": ""
},
"bin": {
"vimtronner": "./bin/vimtronner"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
}
}