forked from tilemill-project/millstone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 917 Bytes
/
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
{
"name": "millstone",
"version": "0.3.0",
"main": "./lib/millstone.js",
"description": "Prepares datasources in an MML file for consumption in Mapnik",
"url": "https://github.com/mapbox/millstone",
"licenses": [{ "type": "BSD" }],
"repositories": [{
"type": "git",
"url": "git://github.com/mapbox/millstone.git"
}],
"author": {
"name": "MapBox",
"url": "http://mapbox.com/",
"email": "[email protected]"
},
"dependencies": {
"underscore" : "1.1.x",
"step": "0.0.x",
"generic-pool": "1.0.x",
"get": "~1.1.0",
"srs": "~0.2.9",
"zipfile": "~0.2.2",
"sqlite3": "~2.0.16",
"mime": ">= 0.0.1"
},
"devDependencies": {
"expresso": "0.8.x"
},
"scripts": {
"pretest": "which expresso || npm install --dev",
"test": "which expresso | sh"
}
}