-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 784 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 784 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
32
33
{
"main": "server.js",
"scripts": {
"start": "forever server.js"
},
"dependencies": {
"express": "~3.4.4",
"mongoose": "~3.6.2",
"ejs": "~0.8.5",
"passport": "~0.1.17",
"passport-http": "latest",
"passport-local": "~0.1.6",
"bcrypt-nodejs": "latest",
"connect-flash": "~0.1.1",
"mandrill-api": "latest",
"imagemagick": "latest",
"nodemon": "latest",
"mongoose-validate": "latest",
"gm": "latest",
"mongodb": "latest",
"fs.extra": "latest",
"forever": "latest",
"async": "latest",
"s3": "latest",
"moment": "^2.7.0",
"angular-moment": "^0.7.1",
"mongoose-text-search":"latest",
"underscore":"latest",
"util":"latest",
"path":"latest",
"angular-validation" : "latest"
}
}