forked from mapbox/mapbox-studio-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 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
{
"name": "mapbox-studio",
"version": "0.2.7",
"main": "./index",
"author": "Mapbox (https://www.mapbox.com)",
"engineStrict": true,
"engines": {
"node": "0.10.x || 0.12.x"
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/mapbox-studio.git"
},
"dependencies": {
"mapbox-base-css": "https://mapbox-npm.s3.amazonaws.com/package/mapbox-base-css-0.0.7-0e00453aefa340251baa4d2e12e293f4558a23f9.tgz",
"node-pre-gyp": "0.6.7",
"log-rotate": "0.2.x",
"through": "2.3.x",
"queue-async": "1.0.x",
"rimraf": "2.2.x",
"getport": "0.1.x",
"express": "3.18.x",
"body-parser": "1.9.x",
"passport": "0.2.x",
"passport-oauth": "1.0.x",
"minimist": "0.1.x",
"underscore": "1.4.x",
"tilejson": "0.12.x",
"mbtiles": "0.6.1",
"mkdirp": "0.5.x",
"dirty": "0.9.9",
"sphericalmercator": "1.0.x",
"js-yaml": "https://github.com/mapbox/js-yaml/tarball/scalar-styles",
"fstream": "0.1.x",
"tar": "0.1.x",
"mapnik": "3.2.0",
"mapnik-reference": "^7.0.1",
"carto": "0.14.1",
"tilelive": "~5.7.0",
"tilelive-bridge": "~1.2.7",
"tilelive-vector": "~3.2.5",
"mapnik-omnivore": "~5.0.7",
"abaculus": "1.1.1",
"mapbox-machine-styles": "2.3.0",
"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.3.1",
"request": "~2.48.0",
"mapbox-upload": "~3.2.0",
"progress-stream": "0.5.0",
"safer-stringify": "0.0.1",
"gazetteer": "0.1.4",
"fastlog": "1.0.0"
},
"devDependencies": {
"retire": "0.3.x",
"tape": "2.13.x",
"phantomjs": "1.9.10",
"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"
}
}