forked from kosmtik/kosmtik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 804 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
{
"name": "kosmtik",
"version": "0.0.13",
"description": "Make maps with OpenStreetMap and Mapnik",
"main": "index.js",
"scripts": {
"test": "node node_modules/.bin/mocha"
},
"keywords": [
"openstreetmap",
"map",
"design"
],
"repository": {
"type": "git",
"url": "git://github.com/kosmtik/kosmtik.git"
},
"author": "Yohan Boniface",
"license": "WTFPL",
"dependencies": {
"carto": "^0.16.1",
"generic-pool": "^2.2.0",
"js-yaml": "^3.4.2",
"json-localizer": "0.0.3",
"leaflet": "^1.0.0-rc.3",
"leaflet-formbuilder": "^0.2.0",
"leaflet-hash": "^0.2.1",
"mapnik": "^3.5.13",
"nomnom": "^1.8.1",
"npm": "^3.10.6",
"request": "^2.64.0",
"semver": "^5.0.3"
},
"devDependencies": {
"mocha": "^2.2.5"
}
}