-
Notifications
You must be signed in to change notification settings - Fork 103
/
package.json
66 lines (66 loc) · 1.69 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": "jackblog-api-express",
"version": "1.3.3",
"description": "Jackblog API Express版",
"main": "server/app.js",
"scripts": {
"test": "gulp test",
"start": "gulp serve",
"pm2-start": "pm2 start --no-daemon 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.4.6",
"body-parser": "^1.15.2",
"bunyan": "^1.8.1",
"ccap": "^0.6.10",
"composable-middleware": "^0.3.0",
"compression": "^1.6.2",
"connect-redis": "^3.1.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"errorhandler": "^1.4.3",
"express": "^4.14.0",
"express-jwt": "^5.0.0",
"express-session": "^1.14.1",
"ioredis": "^2.4.0",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.16.2",
"markdown-it": "^8.0.0",
"method-override": "^2.3.6",
"moment": "^2.15.1",
"mongoose": "^4.6.2",
"multer": "^1.2.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",
"qiniu": "^6.1.11"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-env": "^0.4.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-nodemon": "^2.2.1",
"gulp-sequence": "^0.4.6",
"gulp-util": "^3.0.7",
"should": "^11.1.0",
"sinon": "^1.17.6",
"supertest": "^2.0.0"
}
}