upgrade to node-pre-gyp master (future 0.5.x)
Showing
| ... | @@ -10,8 +10,9 @@ | ... | @@ -10,8 +10,9 @@ |
| "binary": { | "binary": { | ||
| "module_name": "node_sqlite3", | "module_name": "node_sqlite3", | ||
| "module_path": "./lib/binding/", | "module_path": "./lib/binding/", | ||
| "remote_uri": "https://node-sqlite3.s3.amazonaws.com", | "remote_path": "./{configuration}", | ||
| "template": "{configuration}/{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz" | "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz", | ||
| "host": "https://node-sqlite3.s3.amazonaws.com" | |||
| }, | }, | ||
| "contributors": [ | "contributors": [ | ||
| "Konstantin Käfer <mail@kkaefer.com>", | "Konstantin Käfer <mail@kkaefer.com>", | ||
| ... | @@ -35,11 +36,14 @@ | ... | @@ -35,11 +36,14 @@ |
| "url": "git://github.com/mapbox/node-sqlite3.git" | "url": "git://github.com/mapbox/node-sqlite3.git" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "node-pre-gyp": "https://github.com/springmeyer/node-pre-gyp/tarball/015208540bb0febe92c3cac03ece6621fd532b9b" | "node-pre-gyp": "https://github.com/springmeyer/node-pre-gyp/tarball/master" | ||
| }, | }, | ||
| "bundledDependencies": [ | "bundledDependencies": [ | ||
| "node-pre-gyp" | "node-pre-gyp" | ||
| ], | ], | ||
| "devDependencies": { | |||
| "mocha": "*" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 0.8.0 < 0.11.0" | "node": ">= 0.8.0 < 0.11.0" | ||
| }, | }, | ||
| ... | ... |
Please
register
or
sign in
to comment