forked from xCss/bing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1 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
{
"name": "bing",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "supervisor node ./bin/www"
},
"author": {
"name": "xCss",
"mail": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xCss/bing.git"
},
"keywords": [
"Bing",
"BingPicture API",
"必应图片",
"必应壁纸接口"
],
"bugs": {
"url": "https://github.com/xCss/bing/issues"
},
"readme": "./readme.md",
"homepage": "https://github.com/xCss/bing#readme",
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"express-flash": "0.0.2",
"express-session": "^1.14.1",
"helmet": "^2.3.0",
"moment": "^2.18.1",
"morgan": "~1.7.0",
"mysql": "^2.11.1",
"node-schedule": "^1.2.0",
"nodemailer": "^0.7.1",
"object-assign": "^4.1.0",
"pug": "^2.0.0-beta6",
"qiniu": "^6.1.13",
"serve-favicon": "~2.3.0",
"superagent": "^2.3.0"
}
}