-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "bussterminal",
"version": "1.0.0",
"description": "An terminal application that lets you access live info from Skånetrafiken, avoiding the hassle of visiting their web page.",
"main": "app.js",
"bin": {
"bussterminal": "bin/bussterminal"
},
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johan-andersson01/bussterminal.git"
},
"keywords": [
"skåne",
"bus",
"train",
"public",
"transport"
],
"author": "Johan Andersson",
"license": "ISC",
"bugs": {
"url": "https://github.com/johan-andersson01/bussterminal/issues"
},
"homepage": "https://github.com/johan-andersson01/bussterminal#readme",
"dependencies": {
"commander": "^2.18.0",
"node-skanetrafiken": "^1.0.1"
},
"devDependencies": {
"commander": "^2.18.0",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"node-skanetrafiken": "^1.0.1"
}
}