-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 987 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
37
38
39
40
41
42
43
{
"name": "screeps-remote",
"version": "1.0.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/overra/screeps-remote.git"
},
"keywords": [
"screeps"
],
"author": {
"name": "Adam Snodgrass",
"email": "[email protected]",
"url": "https://github.com/overra"
},
"contributors": [
{
"name": "Troy Goode",
"email": "[email protected]",
"url": "https://github.com/troygoode/"
},
{
"name": "Amit Fridman",
"email": "[email protected]"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/overra/screeps-remote/issues"
},
"homepage": "https://github.com/overra/screeps-remote#readme",
"dependencies": {
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"blessed": "^0.1.81",
"chokidar": "^1.6.0",
"lodash": "^4.15.0",
"request": "^2.74.0",
"sockjs-client": "^1.1.1"
}
}