forked from tilemill-project/tilemill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "tilemill",
"version": "0.5.1",
"main": "./tilemill.js",
"description": "A modern map design studio.",
"keywords": ["map", "design", "cartography"],
"url": "http://github.com/developmentseed/tilemill",
"repositories": [{
"type": "git",
"url": "git://github.com/developmentseed/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>"
],
"licenses": [{ "type": "BSD" }],
"dependencies": {
"backbone-dirty": "1.1.x",
"bones": "1.3.16",
"chrono": "~1.0.1",
"JSV": "3.5.x",
"mbtiles": "~0.1.2",
"sax": "0.1.x",
"request": "1.9.x",
"step": "0.0.x",
"tilelive": "~4.0.3",
"mapnik": "https://github.com/mapnik/node-mapnik/tarball/master",
"millstone": "~0.1.1",
"sphericalmercator": "~1.0.1",
"tilelive-mapnik": "~0.2.0",
"underscore": "1.1.x",
"carto": "https://github.com/mapbox/carto/tarball/master",
"wax": "~3.0.7",
"node-markdown": "0.1.0",
"sqlite3": "~2.0.16"
},
"devDependencies": {
"expresso" : "0.8.x",
"jshint": "0.2.x"
},
"scripts": {
"start": "./index.js",
"test": "expresso"
},
"bin": {
"tilemill": "./index.js"
},
"engines": { "node": "0.4.x" }
}