default to installing from pre-built binaries: build from source now with 'npm…
default to installing from pre-built binaries: build from source now with 'npm install --build-from-source'
Showing
build-util/remake.sh
0 → 100755
build-util/tools.js
0 → 100644
build-util/upload.sh
0 → 100755
build.js
0 → 100755
lib/binary_name.js
0 → 100644
| ... | ... | @@ -2,6 +2,7 @@ |
| "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "2.1.15", | ||
| "abi":"a", | ||
| "homepage": "http://github.com/developmentseed/node-sqlite3", | ||
| "author": { | ||
| "name": "Development Seed", | ||
| ... | ... | @@ -29,10 +30,17 @@ |
| "type": "git", | ||
| "url": "git://github.com/developmentseed/node-sqlite3.git" | ||
| }, | ||
| "dependencies": { | ||
| "progress":"~1.0.1", | ||
| "mkdirp":"~0.3.5", | ||
| "tar.gz": "~0.1.1" | ||
| }, | ||
| "bundledDependencies":["mkdirp","tar.gz","progress"], | ||
| "engines": { | ||
| "node": ">= 0.6.13 < 0.11.0" | ||
| }, | ||
| "scripts": { | ||
| "install": "node build.js", | ||
| "pretest": "node test/support/createdb.js", | ||
| "test": "mocha -R spec --timeout 200000" | ||
| }, | ||
| ... | ... |
Please
register
or
sign in
to comment