-
Notifications
You must be signed in to change notification settings - Fork 528
/
package.json
84 lines (84 loc) · 2.38 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
{
"name": "tilemill",
"version": "1.1.0",
"main": "./index.js",
"description": "A modern map design studio.",
"keywords": [
"map",
"design",
"cartography"
],
"url": "https://github.com/tilemill-project/tilemill",
"repository": {
"type": "git",
"url": "https://github.com/tilemill-project/tilemill.git"
},
"contributors": [
"Cory Sytsma <csytsma>",
"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.2",
"backbone": "1.4.0",
"backbone-dirty": "1.1.3",
"bones": "https://github.com/tilemill-project/bones.git#1.3.31",
"carto": "1.0.1",
"chrono": "1.0.5",
"connect": "3.6.6",
"express": "4.16.4",
"generic-pool": "3.6.1",
"glob": "7.1.3",
"jquery": "3.3.1",
"jsdom": "13.2.0",
"mapnik": "~3.7.2",
"@mapbox/mbtiles": "0.10.0",
"millstone": "https://github.com/tilemill-project/millstone.git#v0.6.18",
"mkdirp": "0.5.1",
"modestmaps": "3.3.5",
"optimist": "0.6.1",
"request": "2.88.0",
"rimraf": "2.6.3",
"sax": "1.2.4",
"semver": "5.6.0",
"@mapbox/sphericalmercator": "1.1.0",
"sqlite3": "4.0.6",
"step": "1.0.0",
"tilelive": "https://github.com/tilemill-project/tilelive.git#v5.14.0",
"@mapbox/tilelive-mapnik": "1.0.0",
"underscore": "1.9.1",
"wax": "https://github.com/tilemill-project/wax.git#v6.4.4",
"xmlhttprequest": "1.8.0"
},
"devDependencies": {
"jshint": "2.10.1",
"mocha": "*",
"difflet": "1.0.1"
},
"scripts": {
"start": "./index.js",
"test": "mocha --timeout 100000",
"postinstall": "node ./lib/gitutil.js",
"debug-test": "mocha --inspect-brk --timeout 100000"
},
"bin": {
"tilemill": "./index.js"
},
"engineStrict": true,
"engines": {
"node": "0.8.x || 0.10.x || 4.x || 8.x"
}
}