-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.27 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
{
"name": "Trevvio",
"description": "Share your location quick and fast",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/thomasbrueggemann/trevvio"
},
"main": "server.js",
"scripts": {
"start": "babel-node server.js",
"watch": "nodemon --exec babel-node -- server.js"
},
"dependencies": {
"alt": "^0.18.6",
"async": "^2.1.5",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"body-parser": "^1.17.1",
"compression": "^1.6.2",
"express": "^4.15.2",
"google-map-react": "^0.22.3",
"moment": "^2.17.1",
"morgan": "^1.8.1",
"mustache": "^2.3.0",
"node-persist": "^2.0.8",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"request": "^2.80.0",
"socket.io": "^1.7.3",
"swig": "^1.4.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babelify": "^7.3.0",
"bower": "^1.8.0",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.2",
"gulp-streamify": "1.0.2",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"license": "MIT"
}