-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
54 lines (54 loc) · 1.2 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
{
"name": "XiyouLibNodeExpress",
"version": "0.0.8",
"keywords": [
"Xiyou",
"Library",
"XUPT"
],
"description": "API for Xi'an University of Posts & Telecommunications Library by Node.js!",
"homepage": "http://github.com/yuanguozheng/XiyouLibNodeExpress",
"maintainers": [
{
"name": "Yuan Guozheng",
"email": "yuanguozheng@outlook.com"
}
],
"contributors": [
{
"name": "Yuan Guozheng",
"web": "http://www.xiyoumobile.com/"
},
{
"name": "Yang Wenpeng",
"web": "http://www.xiyoumobile.com/"
}
],
"bugs": {
"web": "http://github.com/yuanguozheng/XiyouLibNodeExpress/issues",
"email": "yuanguozheng@outlook.com"
},
"licenses": [
{
"type": "ALv2",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
],
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.0.0",
"cheerio": "~0.17.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"express": "~4.2.0",
"iconv-lite": "~0.4.11",
"mongoose": "~3.8.14",
"morgan": "~1.0.0",
"request": "~2.37.0",
"static-favicon": "~1.0.0",
"urlencode": "^1.1.0"
}
}