Merge
Showing
.npmignore
0 → 100644
lib/binary_name.js
deleted
100644 → 0
| ... | @@ -9,9 +9,10 @@ | ... | @@ -9,9 +9,10 @@ |
| }, | }, | ||
| "binary": { | "binary": { | ||
| "module_name": "node_sqlite3", | "module_name": "node_sqlite3", | ||
| "module_path": "./lib", | "module_path": "./lib/binding/{node_abi}-{platform}-{arch}", | ||
| "remote_uri": "http://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,12 +36,15 @@ | ... | @@ -35,12 +36,15 @@ |
| "url": "git://github.com/mapbox/node-sqlite3.git" | "url": "git://github.com/mapbox/node-sqlite3.git" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "node-pre-gyp": "~0.2.5", | "node-pre-gyp": "0.5.x", | ||
| "nan": "~0.8.0" | "nan": "~0.8.0" | ||
| }, | }, | ||
| "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