forked from tilemill-project/tilemill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.45 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
{
"name": "hapi-tilemill",
"version": "0.10.4",
"main": "./start.js",
"description": "A fork of Tilemill from Mapbox (Hapi plugin)",
"url": "https://github.com/paulovieira/hapi-tilemill.git",
"repository": {
"type": "git",
"url": "https://github.com/paulovieira/hapi-tilemill.git"
},
"licenses": [{ "type": "BSD" }],
"dependencies": {
"glob":"~4.0.0",
"generic-pool": "~2.1.1",
"backbone-dirty": "~1.1.3",
"jsdom":"7.0.0",
"xmlhttprequest": "1.5.0",
"backbone":"0.3.3",
"jquery":"2.1.0",
"express":"2.5.11",
"connect":"1.9.2",
"bones": "paulovieira/bones#1.3",
"chrono": "~1.0.1",
"JSV": "4.0.x",
"sax": "0.6.x",
"request": "2.x",
"step": "~0.0.5",
"mbtiles": "~0.8.1",
"mapnik": "3.4.9",
"tilelive-mapnik": "~0.6.16 ",
"tilelive": "paulovieira/tilelive",
"carto": "0.15.x",
"millstone": "paulovieira/millstone",
"sphericalmercator": "~1.0.2",
"underscore": "~1.6.0",
"wax": "6.4.2",
"sqlite3": "^3.1.x",
"passport": "0.2.x",
"passport-oauth": "1.0.x",
"modestmaps": "3.3.5",
"npm": "2.1.x",
"semver": "~4.1.0",
"optimist": "~0.6.0",
"mkdirp": "~0.5.0",
"mapbox-upload": "~3.0.0"
},
"engineStrict": true,
"engines": { "node": "0.8.x || 0.10.x || 4.x" }
}