This repository has been archived by the owner on Dec 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 229
/
package.json
71 lines (71 loc) · 2.43 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
{
"name": "mapbox-studio",
"version": "0.3.3",
"main": "./index",
"author": "Mapbox (https://www.mapbox.com)",
"engines": {
"node": "0.10.x || 0.12.x"
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/mapbox-studio-classic.git"
},
"dependencies": {
"mapbox-base-css": "https://mapbox-npm.s3.amazonaws.com/package/mapbox-base-css-0.1.1-278e718f85f9f1711eb1348b4aba18a380e031c9.tgz",
"node-pre-gyp": "0.6.9",
"log-rotate": "0.2.x",
"through": "2.3.x",
"queue-async": "1.0.x",
"rimraf": "2.4.x",
"getport": "0.1.x",
"express": "3.18.x",
"body-parser": "1.13.x",
"passport": "0.2.x",
"passport-oauth": "1.0.x",
"minimist": "1.1.x",
"underscore": "1.6.x",
"tilejson": "git://github.com/mapbox/node-tilejson.git#request-mbs",
"mbtiles": "0.8.0",
"mkdirp": "0.5.x",
"dirty": "0.9.9",
"sphericalmercator": "1.0.x",
"js-yaml": "https://github.com/mapbox/js-yaml/tarball/scalar-styles",
"fstream": "1.0.x",
"tar": "2.1.x",
"mapnik": "3.4.16",
"mapnik-reference": "~8.5.1",
"carto": "0.15.3",
"tilelive": "~5.11.0",
"tilelive-bridge": "~2.2.3",
"tilelive-vector": "~3.7.0",
"mapnik-omnivore": "~7.1.1",
"gdal": "~0.8.0",
"abaculus": "1.2.1",
"mapbox-machine-styles": "2.3.1",
"mapbox-studio-pro-fonts": "https://mapbox-npm.s3.amazonaws.com/package/mapbox-studio-pro-fonts-1.0.0-9870a90b713f307b9391829602f4d5857e419615.tgz",
"mapbox-studio-default-fonts": "https://mapbox-npm.s3.amazonaws.com/package/mapbox-studio-default-fonts-0.0.4-4afb5235f457bd1c1a5a70fce6c2aa83bf7a851e.tgz",
"mapbox-studio-default-style": "1.0.0",
"mapbox-studio-default-source": "1.0.0",
"cors": "~2.7.1",
"request": "~2.60.0",
"mapbox-upload": "~4.1.0",
"progress-stream": "1.1.1",
"safer-stringify": "0.0.1",
"gazetteer": "0.1.4",
"fastlog": "1.1.0"
},
"devDependencies": {
"retire": "1.1.x",
"tape": "4.2.x",
"phantomjs": "1.9.18",
"mapnik-test-data": "https://mapbox-npm.s3.amazonaws.com/package/mapnik-test-data-2.0.6-ed505d5585bb53e283a94957f1bb792c47816253.tgz"
},
"scripts": {
"start": "./index.js",
"preinstall": "node scripts/run.js scripts/vendor-node.sh",
"postinstall": "npm dedupe node-pre-gyp",
"pretest": "npm ls --depth=Infinity && tape ./test/duplicate_module.pretest.js",
"test": "tape test/*.test.js",
"posttest": "node test/cleanup.js"
}
}