-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
{
"name": "build-and-watch",
"version": "0.1.0",
"description": "tool to augments GBDK and streamline your Gameboy Color Development workflow so you can actually get things done",
"main": "lib/index.js",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"buildandwatch": "./bin/buildandwatch.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rob2d/gameboy-rom-editor-env.git"
},
"keywords": [
"GameboyColor",
"ROMs",
"Editing",
"Emulation",
"Gameboy",
"Retro",
"Oldskool",
"GBDK"
],
"author": "Robert Concepcion III",
"license": "MIT",
"bugs": {
"url": "https://github.com/rob2d/game-and-watch/issues"
},
"homepage": "https://github.com/rob2d/game-and-watch#readme",
"dependencies": {
"colors": "^1.1.2",
"copy-dir": "^0.3.0",
"fs-extra": "^5.0.0",
"mkdirp": "^0.5.1",
"node-notifier": "^5.1.2",
"promise-serial": "^0.1.5",
"recursive-readdir-sync": "^1.0.6",
"yargs": "^10.0.3"
}
}