-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 1.85 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "rally",
"version": "1.0.0",
"description": "Building a Distributed Network Through Your Browser",
"main": "index.js",
"scripts": {
"start": "nodemon --use_strict server/server.js",
"build:start": "npm run build:dev & npm start",
"build:dev": "webpack --config --watch",
"postinstall": "webpack -p --config ./webpack.config.js --progress",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scandalouswool/rally"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/scandalouswool/rally/issues"
},
"homepage": "https://github.com/scandalouswool/rally#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.11.4",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"dotenv": "^2.0.0",
"expect": "^1.20.2",
"express": "^4.14.0",
"firebase": "^3.2.1",
"http": "0.0.0",
"js-beautify": "^1.6.3",
"karma": "^1.2.0",
"karma-chrome-launcher": "^1.0.1",
"karma-cli": "^1.0.1",
"karma-mocha": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"lodash": "^4.14.1",
"mocha": "^3.0.2",
"mysql": "^2.11.1",
"node-timers": "0.0.1",
"nodemon": "^1.10.0",
"pg": "^6.1.0",
"react": "^15.3.0",
"react-addons-test-utils": "^15.3.0",
"react-dom": "^15.3.0",
"react-hot-loader": "^1.3.0",
"react-progressbar": "^1.2.0",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"sequelize": "^3.24.1",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"synaptic": "^1.0.8",
"webpack": "^1.13.1"
}
}