forked from overra/screeps-remote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "screeps-remote",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/marcushill/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/"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/marcushill/screeps-remote/issues"
},
"homepage": "https://github.com/marcushill/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",
"screeps-webpack-plugin": "^1.1.0",
"sockjs-client": "^1.1.1",
"webpack": "^1.14.0",
"babel-loader": "^6.2.10"
},
"devDependencies": {
"eslint": "^3.12.2"
}
}