-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 749 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 749 Bytes
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
{
"name": "deliveryboy",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pm2 start ./bin/www",
"bundle": "browserify ./bundle.js -o ./public/javascripts/bundle.js"
},
"dependencies": {
"body-parser": "~1.13.2",
"bootstrap": "^3.3.5",
"braintree": "^1.30.0",
"browserify": "^12.0.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"jquery": "^2.1.4",
"mongoose": "^4.2.5",
"morgan": "~1.6.1",
"nodemon": "^1.8.1",
"paypal-rest-sdk": "^1.6.6",
"pm2": "^0.15.10",
"redis": "^2.4.2",
"serve-favicon": "~2.3.0",
"socket.io": "^1.3.7",
"socket.io-redis": "^0.1.4",
"mongoose-auto-increment": "~5.0.1"
}
}