forked from jackhutu/jackblog-api-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.74 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
67
68
{
"name": "jackblog-api-express",
"version": "1.3.1",
"description": "Jackblog API Express版",
"main": "server/app.js",
"scripts": {
"test": "gulp test",
"start": "gulp serve",
"pm2-start": "pm2 start process.json",
"pm2-restart": "pm2 restart process.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackhutu/jackblog-api-express.git"
},
"keywords": [
"jackblog"
],
"author": "Jack Hu",
"license": "MIT",
"bugs": {
"url": "https://github.com/jackhutu/jackblog-api-express/issues"
},
"homepage": "https://github.com/jackhutu/jackblog-api-express#readme",
"dependencies": {
"bluebird": "^3.3.5",
"body-parser": "^1.15.0",
"bunyan": "^1.8.1",
"ccap": "^0.6.4",
"composable-middleware": "^0.3.0",
"compression": "^1.6.1",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.4.1",
"cors": "^2.7.1",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-jwt": "^3.3.0",
"express-session": "^1.13.0",
"ioredis": "^1.15.1",
"jsonwebtoken": "^6.2.0",
"lodash": "^4.11.1",
"markdown-it": "^6.0.1",
"method-override": "^2.3.5",
"moment": "^2.13.0",
"mongoose": "^4.4.14",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
"passport-qq": "0.0.3",
"passport-weibo": "^0.1.2",
"pm2": "^1.1.3",
"qiniu": "^6.1.10"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-env": "^0.4.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-sequence": "^0.4.5",
"gulp-util": "^3.0.7",
"should": "^8.3.1",
"sinon": "^1.17.3",
"supertest": "^1.2.0"
}
}