-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 916 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
{
"name": "pinsight-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"update": "git pull"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"cors": "^2.8.3",
"dotenv": "^4.0.0",
"download": "^6.1.0",
"express": "^4.14.0",
"firebase": "^3.6.9",
"fix-orientation": "0.0.2",
"is-online": "^7.0.0",
"mongodb": "^1.4.4",
"mongojs": "^2.4.0",
"monk": "^1.0.1",
"onoff": "^1.1.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"socket.io": "^1.7.2",
"wifi-triangulate": "^1.1.2",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"webpack": "^1.14.0"
}
}