Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
start preferring binary install
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Dec 19, 2013
1 parent d2afbfd commit b8457fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
"type": "git",
"url": "git://github.com/DennisOSRM/Project-OSRM.git"
},
"binary": {
"module_name": "osrm",
"module_path": "./lib",
"remote_uri": "http://node-osrm.s3.amazonaws.com",
"template": "{module_name}-v{major}.{minor}.{patch}-{node_abi}-{platform}-{arch}.tar.gz"
},
"dependencies": {
"node-pre-gyp": "0.1.x"
},
"bundledDependencies":["node-pre-gyp"],
"licenses": [
{
"type": "BSD"
Expand All @@ -30,6 +40,7 @@
"node": ">= 0.6.13 < 0.11.0"
},
"scripts": {
"install": "node-pre-gyp rebuild",
"test": "mocha -R spec"
}
}

0 comments on commit b8457fc

Please sign in to comment.