Commit d2bdf5ca by Dane Springmeyer

upgrade to node-pre-gyp master (future 0.5.x)

parent 88ca9b04
......@@ -5,6 +5,7 @@ clean:
rm -f ./lib/node_sqlite3.node
rm -rf ./lib/binding/
#rm -f ./test/support/big.db*
rm -f test/support/big.db-journal
rm -f ./test/tmp/*
rm -rf ./deps/sqlite-autoconf-*/
rm -rf ./build
......
......@@ -10,8 +10,9 @@
"binary": {
"module_name": "node_sqlite3",
"module_path": "./lib/binding/",
"remote_uri": "https://node-sqlite3.s3.amazonaws.com",
"template": "{configuration}/{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz"
"remote_path": "./{configuration}",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://node-sqlite3.s3.amazonaws.com"
},
"contributors": [
"Konstantin Käfer <mail@kkaefer.com>",
......@@ -35,11 +36,14 @@
"url": "git://github.com/mapbox/node-sqlite3.git"
},
"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": [
"node-pre-gyp"
],
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">= 0.8.0 < 0.11.0"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment