-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "luftdaten_history",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CivicLabsBelgium/irceline_live_cache.git"
},
"keywords": [
"luftdaten",
"air-q",
"data"
],
"author": "toon nelissen (toon@appsaloon.be)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CivicLabsBelgium/irceline_live_cache/issues"
},
"homepage": "https://github.com/CivicLabsBelgium/irceline_live_cache#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"csv-parse": "^4.4.6",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"got": "^9.6.0",
"serve-index": "^1.9.1",
"serve-static": "^1.13.2",
"@appsaloon/logger-js": "latest"
},
"eslintConfig": {
"extends": "standard",
"rules": {
"indent": [
"error",
4
]
}
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}