-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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": "drop",
"version": "1.0.0",
"description": "drop messages app",
"main": "server.js",
"babel": {
"presets": [
"es2015",
"stage-0"
]
},
"dependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"bookshelf": "^0.10.0",
"cloudinary": "^1.4.1",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-mysql-session": "^1.2.0",
"express-session": "^1.14.1",
"flexboxgrid": "^6.3.1",
"foreman": "^2.0.0",
"fs": "0.0.1-security",
"geolib": "^2.0.21",
"knex": "^0.11.10",
"moment": "^2.14.1",
"mysql": "^2.11.1",
"node-env-file": "^0.1.8",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-facebook-token": "^3.3.0",
"pg": "^4.5.5",
"promise-poller": "^1.5.0",
"socket.io": "^1.4.8",
"superagent": "^2.2.0",
"sw-toolbox": "^3.2.1",
"when": "^3.7.7"
},
"devDependencies": {
"json-loader": "^0.5.4"
},
"scripts": {
"start": "./node_modules/.bin/babel-node server.js ",
"install": "cd client && npm install && npm run build-sw && cd .."
}
}