-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 986 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
39
40
41
42
43
44
45
{
"name": "kosmenoc",
"version": "0.0.1",
"description": "Make maps with OpenStreetMap and Mapnik",
"main": "index.js",
"bin": {"kosmenoc": "./index.js"},
"preferGlobal": true,
"scripts": {
"test": "mocha --require test/fixtures.js",
"lint": "eslint src test *.js"
},
"keywords": [
"openstreetmap",
"map",
"design"
],
"repository": {
"type": "git",
"url": "git://github.com/kosmenoc/kosmenoc.git"
},
"author": "Yohan Boniface",
"license": "WTFPL",
"engines": {
"npm": ">=1.5.0",
"node": ">=6.9.0"
},
"dependencies": {
"carto": "^1.2.0",
"js-yaml": "^4.0.0",
"json-localizer": "0.0.3",
"leaflet": "^1.3.3",
"leaflet-formbuilder": "^0.2.0",
"leaflet-hash": "^0.2.1",
"mapnik": "^4.5.9",
"mapnik-pool": "^0.1.3",
"nomnom": "^1.8.1",
"npm": "^6.9.0",
"request": "^2.88.0",
"semver": "^5.0.3"
},
"devDependencies": {
"eslint": "^7.8.1",
"mocha": "^8.2.1"
}
}