-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
66 lines (66 loc) · 1.7 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
58
59
60
61
62
63
64
65
66
{
"name": "app",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"start": "NODE_ENV=development DEBUG=core:* node ./core/bin/www",
"test": "mocha core/testing/api/**"
},
"author": "Jin WYP",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"compression": "^1.6.2",
"config": "^1.25.1",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"debug": "^2.6.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-device": "^0.4.2",
"helmet": "^3.5.0",
"ipaddr.js": "^1.3.0",
"jsonwebtoken": "^7.3.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"mongodb-uri": "^0.9.7",
"mongoose": "^4.9.4",
"mongoose-timestamp": "^0.6.0",
"morgan": "^1.8.1",
"pretty-error": "^2.1.0",
"request": "^2.81.0",
"response-time": "^2.3.2",
"serve-favicon": "^2.4.2",
"validator": "^7.0.0",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.6"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.0.4",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-inject": "^4.2.0",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mocha": "^3.2.0",
"nock": "^9.0.13",
"require-dir": "^0.3.1"
}
}