-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
42 lines (42 loc) · 1012 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
35
36
37
38
39
40
41
42
{
"name": "millstone",
"version": "0.6.18",
"main": "./lib/millstone.js",
"description": "Prepares datasources in an MML file for consumption in Mapnik",
"url": "https://github.com/mapbox/millstone",
"licenses": [
{
"type": "BSD"
}
],
"repository": {
"type": "git",
"url": "git://github.com/mapbox/millstone.git"
},
"author": {
"name": "MapBox",
"url": "http://mapbox.com/",
"email": "info@mapbox.com"
},
"dependencies": {
"underscore": "~1.6.0",
"step": "~0.0.5",
"generic-pool": "~2.4.1",
"request": "2.x",
"srs": "1.x",
"zipfile": "~0.5.5",
"sqlite3": "4.1.0",
"mime": "~1.2.11",
"mkdirp": "~0.5.0",
"optimist": "~0.6.1"
},
"devDependencies": {
"mocha": "*"
},
"bin": {
"millstone": "./bin/millstone"
},
"scripts": {
"test": "mocha -R spec --timeout 10000"
}
}