-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 846 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 846 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
{
"name": "devflow",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "NODE_ENV=production nohup npm start > /dev/null 2>$1 &",
"setup": "node setup.js",
"stop": "sudo netstat -nlap | grep 3005 | head -1 | awk '{print $7}' | awk -F/ '{print \"kill -9\", $1}' | bash"
},
"dependencies": {
"express": "3.5.1",
"github": "^0.2.3",
"jsonwebtoken": "^7.4.0",
"mongoose": "4.5.9",
"node-minify": "~1.3.7",
"node-sass": "^3.8.0",
"node-sass-middleware": "^0.9.8",
"nodemailer": "^0.6.3",
"passport": "^0.2.0",
"passport-google-oauth2": "^0.1.6",
"passport-token-auth": "^0.1.2",
"prompt": "~0.2.14",
"request": "~2.67.0",
"shipit-deploy": "2.2",
"shipit-shared": "4.4.1",
"slack-node": "~0.1.3",
"uglify-js": "^3.7.5",
"socket.io": "~1.4.5"
}
}