-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 995 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
{
"name": "Plague.io",
"version": "1.0.0",
"description": "A port of Pandemic, built with node, MongoDB, socket.js and React",
"main": "js/main.js",
"scripts": {
"build": "node ./node_modules/webpack/bin/webpack.js js/main.js build/plague.js --progress --devtool",
"watch": "node ./node_modules/webpack/bin/webpack.js js/main.js build/plague.js --progress --devtool --watch"
},
"dependencies": {
"alt": "^0.17.8",
"alt-container": "^1.0.0",
"axios": "^0.7.0",
"babel": "^5.8.29",
"babel-core": "^5.8.33",
"babel-loader": "^5.3.3",
"classnames": "^2.2.1",
"es6-promise": "^3.0.2",
"formsy-react": "^0.17.0",
"immutable": "^3.7.5",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-router": "^0.13.5",
"sinon": "^1.17.2",
"uuid": "^2.0.1",
"webpack": "^1.12.6"
},
"author": "Kelvin Jiang",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Celsius273/Plague.io"
}
}