~ubuntu-branches/ubuntu/raring/node-millstone/raring

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
{
    "name": "millstone",
    "version": "0.4.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": "info@mapbox.com"
    },
    "dependencies": {
        "underscore"  : "1.1.x",
        "step": "0.0.x",
        "generic-pool": "1.0.x",
        "get": "~1.1.3",
        "srs": "~0.2.12",
        "zipfile": "0.x",
        "sqlite3": "2.x",
        "mime": ">= 0.0.1",
        "mkdirp": "~0.3.0"
    },
    "devDependencies": {
        "expresso": "0.9.x"
    },
    "scripts": {
        "pretest": "which expresso || npm install --dev",
        "test": "which expresso | sh"
    },
    "engines": { "node": "0.4 || 0.6" }
}