forked from brianseitel/node-wars
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 816 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
32
33
34
35
36
{
"name": "node-wars",
"version": "1.0.0",
"description": "Node Tradewars",
"main": "index.js",
"scripts": {
"postinstall": "node setup.js",
"test": "mocha test"
},
"author": "Brian Seitel",
"license": "ISC",
"dependencies": {
"async": "^1.4.0",
"bunyan": "^1.4.0",
"changelog-io": "^1.3.9",
"colors": "^1.1.2",
"markup-js": "^1.5.21",
"node-dijkstra": "^1.1.3",
"node-yaml-config": "0.0.4",
"prompt": "^0.2.14"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brianseitel/node-wars.git"
},
"bugs": {
"url": "https://github.com/brianseitel/node-wars/issues"
},
"homepage": "https://github.com/brianseitel/node-wars#readme"
}