-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "nordic-game-jam-2017",
"version": "0.0.1",
"description": "",
"main": "server/server.js",
"scripts": {
"start": "babel-node server/server.js",
"ai": "babel-node test/manual/aiPlayer.js",
"lint": "eslint --ext .js --ext .jsx server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robbie-c/nordic-game-jam-2017.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/robbie-c/nordic-game-jam-2017/issues"
},
"homepage": "https://github.com/robbie-c/nordic-game-jam-2017#readme",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"express": "^4.15.2",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-saga": "^0.14.7",
"socket.io": "^1.7.3",
"ws": "^2.3.1"
}
}