forked from tilemill-project/tilemill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.19 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "tilemill",
"version": "0.10.1",
"main": "./index.js",
"description": "A modern map design studio.",
"keywords": ["map", "design", "cartography"],
"url": "http://github.com/mapbox/tilemill",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/tilemill.git"
},
"contributors": [
"Tom MacWright <tmcw>",
"Konstantin Kaefer <kkaefer>",
"Will White <willwhite>",
"Dane Springmeyer <springmeyer>",
"Dmitri Gaskin <dmitrig01>",
"AJ Ashton <ajashton>",
"Tristen Brown <tristen>",
"Young Hahn <yhahn>",
"Ansis Brammanis <aibram>"
],
"licenses": [{ "type": "BSD" }],
"dependencies": {
"glob":"~3.1.9",
"generic-pool": "~2.0.3",
"backbone-dirty": "~1.1.3",
"bones": "~1.3.27",
"chrono": "~1.0.1",
"JSV": "3.5.x",
"sax": "0.1.x",
"request": "~2.9.153",
"step": "~0.0.5",
"mapnik": "https://github.com/mapnik/node-mapnik/tarball/master",
"tilelive": "~4.4.3",
"mbtiles": "~0.2.8",
"tilelive-mapnik": "https://github.com/mapbox/tilelive-mapnik/tarball/master",
"carto": "https://github.com/mapbox/carto/tarball/master",
"millstone": "https://github.com/mapbox/millstone/tarball/master",
"sphericalmercator": "~1.0.2",
"underscore": "~1.3.3",
"wax": "6.4.2",
"node-markdown": "0.1.0",
"sqlite3": "https://github.com/developmentseed/node-sqlite3/tarball/master",
"passport": "0.1.x",
"passport-oauth": "0.1.x",
"modestmaps": "3.3.5",
"npm": "~1.1.50",
"semver": "1.0.x",
"optimist": "~0.3.1",
"topcube": "https://github.com/springmeyer/topcube/tarball/node-v0.10.x",
"mkdirp": "~0.3.3"
},
"devDependencies": {
"jshint": "0.2.x",
"mocha": "*",
"difflet": "0.2.x"
},
"scripts": {
"start": "./index.js",
"test": "mocha --timeout 10000",
"postinstall": "node ./lib/gitutil.js"
},
"bin": {
"tilemill": "./index.js"
},
"engineStrict": true,
"engines": { "node": "0.6.x || 0.8.x || 0.10.x" }
}