forked from tilemill-project/tilemill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "tilemill",
"version": "0.10.2",
"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>",
"Justin Miller <incanus>"
],
"licenses": [
{
"type": "BSD"
}
],
"dependencies": {
"JSV": "4.0.x",
"backbone-dirty": "~1.1.3",
"bones": "https://github.com/developmentseed/bones/tarball/1.3",
"carto": "~0.16.2",
"chrono": "~1.0.1",
"generic-pool": "~2.4.1",
"glob": "~7.0.0",
"js-yaml": "^3.4.6",
"mapbox-upload": "~4.2.2",
"mapnik": "~3.5.13",
"mbtiles": "~0.8.2",
"millstone": "~0.6.16",
"mkdirp": "~0.5.0",
"modestmaps": "3.3.5",
"npm": "2.1.x",
"optimist": "~0.6.0",
"passport": "0.2.x",
"passport-oauth": "1.0.x",
"progress-stream": "^1.2.0",
"request": "2.x",
"rimraf": "^2.5.2",
"sax": "0.6.x",
"semver": "~4.1.0",
"sphericalmercator": "~1.0.2",
"sqlite3": "~3.1.1",
"step": "~0.0.5",
"tilelive": "~5.12.1",
"tilelive-mapnik": "~0.6.16 ",
"underscore": "~1.6.0",
"wax": "6.4.2"
},
"optionalDependencies": {
"topcube": "https://github.com/creationix/topcube/tarball/96ff0177bf8f490cabd78e"
},
"devDependencies": {
"jshint": "0.2.x",
"mocha": "*",
"difflet": "0.2.x"
},
"scripts": {
"preinstall": "npm install npm",
"start": "./index.js",
"test": "mocha --timeout 100000",
"postinstall": "node ./lib/gitutil.js"
},
"bin": {
"tilemill": "./index.js"
},
"engineStrict": true,
"engines": {
"node": "0.8.x || 0.10.x"
}
}