-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
38 lines (38 loc) · 851 Bytes
/
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
{
"name": "grab12306",
"version": "0.1.0",
"description": "grab stations list,trains list and trains schedule from 12306.cn",
"main": "index.js",
"scripts": {
"start": "node grab12306.js",
"test": "todo "
},
"repository": {
"type": "git",
"url": "https://github.com/sjfkai/grab12306.git"
},
"keywords": [
"12306",
"train",
"schedule"
],
"author": "sjfkai",
"license": "GNU",
"bugs": {
"url": "https://github.com/sjfkai/grab12306/issues"
},
"homepage": "https://github.com/sjfkai/grab12306",
"dependencies": {
"bluebird": "^2.9.13",
"mkdirp": "^0.5.0",
"moment": "^2.9.0",
"progress-request": "0.0.1",
"request": "^2.53.0",
"terminal-menu": "^2.1.1",
"winston": "^0.9.0"
},
"devDependencies": {
"chai": "^2.2.0",
"chai-as-promised": "^4.3.0"
}
}