forked from cakenggt/god-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1003 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
{
"name": "godber",
"version": "1.0.0",
"description": "Uber god-view server and frontend",
"main": "index.js",
"dependencies": {
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"body-parser": "^1.15.2",
"csv": "^1.1.0",
"express": "^4.14.0",
"google-maps-react": "^1.0.18",
"json-loader": "^0.5.4",
"moment-timezone": "^0.5.5",
"pg": "^6.1.0",
"react": "^15.3.1",
"react-custom-scrollbars": "^4.0.0",
"react-dom": "^15.3.1",
"sequelize": "^3.24.1",
"webpack": "^1.13.2",
"yargs": "^5.0.0"
},
"scripts": {
"test": "mocha",
"start": "webpack -p && node index.js",
"build": "webpack -p",
"watch": "webpack -d --watch",
"upload": "node util/convertData.js"
},
"keywords": [
"uber",
"god-view"
],
"author": "Alec Lownes",
"license": "ISC",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2"
}
}