v2.2.6
Showing
| { | ||
| "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "2.2.5", | ||
| "version": "2.2.6", | ||
| "homepage": "http://github.com/mapbox/node-sqlite3", | ||
| "author": { | ||
| "name": "MapBox", | ||
| ... | ... | @@ -52,6 +52,7 @@ |
| }, | ||
| "engineStrict": true, | ||
| "scripts": { | ||
| "prepublish":"npm ls", | ||
| "install": "node-pre-gyp install --fallback-to-build", | ||
| "pretest": "node test/support/createdb.js", | ||
| "test": "mocha -R spec --timeout 480000" | ||
| ... | ... |
Please
register
or
sign in
to comment