~ubuntu-branches/ubuntu/vivid/node-millstone/vivid

« back to all changes in this revision

Viewing changes to package.json

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2012-03-22 22:37:35 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120322223735-zu3v537fuy93zc5m
Tags: 0.4.0-1
* New upstream version
* Bump runtime dependencies versions
* Standards-Version bump to 3.9.3, no changes needed
* Update debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
2
    "name": "millstone",
3
 
    "version": "0.3.0",
 
3
    "version": "0.4.0",
4
4
    "main": "./lib/millstone.js",
5
5
    "description": "Prepares datasources in an MML file for consumption in Mapnik",
6
6
    "url": "https://github.com/mapbox/millstone",
18
18
        "underscore"  : "1.1.x",
19
19
        "step": "0.0.x",
20
20
        "generic-pool": "1.0.x",
21
 
        "get": "~1.1.0",
22
 
        "srs": "~0.2.9",
23
 
        "zipfile": "~0.2.2",
24
 
        "sqlite3": "~2.0.16",
25
 
        "mime": ">= 0.0.1"
 
21
        "get": "~1.1.3",
 
22
        "srs": "~0.2.12",
 
23
        "zipfile": "0.x",
 
24
        "sqlite3": "2.x",
 
25
        "mime": ">= 0.0.1",
 
26
        "mkdirp": "~0.3.0"
26
27
    },
27
28
    "devDependencies": {
28
 
        "expresso": "0.8.x"
 
29
        "expresso": "0.9.x"
29
30
    },
30
31
    "scripts": {
31
32
        "pretest": "which expresso || npm install --dev",
32
33
        "test": "which expresso | sh"
33
 
    }
 
34
    },
 
35
    "engines": { "node": "0.4 || 0.6" }
34
36
}