-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "raven-cli",
"version": "0.1.5",
"description": "A tool to build homebrew GBA games",
"scripts": {
"preinstall": "./symlinks.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"raven": "bin/raven"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0505gonzalez/raven-cli.git"
},
"keywords": [
"raven",
"gba",
"homebrew",
"build",
"gameboy",
"advance"
],
"author": "Juan Gonzalez",
"license": "MIT",
"bugs": {
"url": "https://github.com/0505gonzalez/raven-cli/issues"
},
"homepage": "https://github.com/0505gonzalez/raven-cli#readme",
"dependencies": {
"assert-plus": "^1.0.0",
"async": "^2.1.4",
"chai": "^3.5.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"fs-extra": "^1.0.0",
"joi": "^10.2.0",
"mocha": "^3.2.0",
"prompt": "^1.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-mocha-test": "^0.13.2",
"jshint": "^2.9.4"
}
}