-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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": "command-irail",
"version": "0.5.2",
"description": "get your train data via command line",
"main": "src/index.js",
"preferGlobal": true,
"bin": {
"irail": "./lib/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src --out-dir lib",
"start": "nodemon src/index.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/iRail/command-irail.git"
},
"author": "pascal van hecke",
"license": "ISC",
"bugs": {
"url": "https://github.com/iRail/command-irail/issues"
},
"keywords": [
"irail",
"nmbs",
"belgië"
],
"homepage": "https://github.com/iRail/command-irail#readme",
"dependencies": {
"argparse": "^1.0.9",
"cli": "^1.0.1",
"cli-autocomplete": "^0.4.0",
"cli-table2": "^0.2.0",
"date-prompt": "^0.7.0",
"dateformat": "^2.0.0",
"prompt-skeleton": "^0.4.0",
"request": "^2.80.0",
"request-promise": "^4.1.1",
"sqlite": "^2.8.0"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0"
}
}