-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.42 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
52
53
54
55
56
57
{
"name": "instaadmin",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "export DEBUG=instaadmin && export NODE_ENV=local && node bin/www",
"prestart": "node seeder",
"test": "mocha ./tests/*.js",
"seed": "node seeder.js"
},
"dependencies": {
"acl": "^0.4.9",
"async": "^1.5.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "2.6.9",
"ejs": "^2.4.1",
"express": "~4.13.1",
"express-session": "^1.13.0",
"image-size": "^0.5.0",
"jade": "~1.11.0",
"lodash": "^4.3.0",
"marked": "^0.3.5",
"mime-types": "^2.1.13",
"moment": "^2.12.0",
"mongoose": "~4.4.3",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"nodemailer": "^2.3.0",
"nodemailer-ses-transport": "^1.3.0",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"q": "^1.4.1",
"s3fs": "^2.4.5",
"serve-favicon": "~2.3.0",
"session-file-store": "^1.2.0",
"superagent": "3.7.0",
"swagger-jsdoc": "^1.9.2",
"underscore": "^1.8.3",
"ws": "^1.1.4"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"gulp": "^3.9.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.0",
"jsdoc": "^3.4.3",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"mockery": "^1.7.0",
"node-mocks-http": "^1.5.2",
"should": "^8.2.2"
}
}