-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "farmers-market",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"angular": "^1.3.10",
"angular-animate": "^1.6.4",
"angular-touch": "^1.6.4",
"angular-ui-bootstrap": "0.14.2",
"async": "^2.3.0",
"aws-sdk": "^2.78.0",
"body-parser": "^1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"dotenv": "^4.0.0",
"ejs": "~2.4.1",
"express": "~4.13.4",
"express-fileupload": "^0.1.3",
"express-jwt": "^5.1.0",
"helmet": "^3.4.0",
"jsonwebtoken": "^7.1.9",
"mongoose": "^4.7.0",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"sendgrid": "^5.1.1",
"serve-favicon": "~2.3.0",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"socketio": "^1.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0"
},
"engines": {
"node": "6.9.1"
}
}