-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.31 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
55
56
57
58
{
"name": "osm4kids",
"version": "0.0.4",
"description": "osm4kids",
"main": "index.js",
"license": "GPL-3.0",
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"geojson": "^0.3.0",
"http": "0.0.0",
"lodash": "^4.14.37",
"mime": "^1.3.4",
"node-schedule": "^1.1.0",
"query-overpass": "^1.1.0",
"serve-static": "^1.10.2",
"typescript": "^2.0.3",
"@types/body-parser": "^0.0.33",
"@types/express": "^4.0.32",
"@types/geojson": "^0.0.31",
"@types/lodash": "^4.14.37",
"@types/mime": "^0.0.29",
"@types/node-schedule": "^0.0.34",
"@types/serve-static": "^1.4.31",
"@types/typescript": "^0.4.29"
},
"devDependencies": {
"chai": "^3.4.33",
"mocha": "^2.2.32",
"@types/chai": "^3.4.33",
"@types/mocha": "^2.2.32"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeforLeipzig/osm4kids.git"
},
"contributors": [
{
"name": "Hans Christian Rudolph"
},
{
"name": "Robert Schmidt"
}
],
"scripts": {
"start": "node index.js",
"build": "tsc",
"pretest": "./node_modules/.bin/tsc",
"test": "./node_modules/.bin/mocha",
"postinstall": "tsc",
"tsc": "tsc",
"tsc:w": "tsc -w"
}
}