{ "name": "sqlite3", "description": "Asynchronous, non-blocking SQLite3 bindings", "version": "3.1.4", "homepage": "http://github.com/mapbox/node-sqlite3", "author": { "name": "MapBox", "url": "https://mapbox.com/" }, "binary": { "module_name" : "node_sqlite3", "module_path" : "./lib/binding/{node_abi}-{platform}-{arch}", "host" : "https://mapbox-node-binary.s3.amazonaws.com", "remote_path" : "./{name}/v{version}/{toolset}/", "package_name": "{node_abi}-{platform}-{arch}.tar.gz" }, "contributors": [ "Konstantin Käfer ", "Dane Springmeyer ", "Will White ", "Orlando Vazquez ", "Artem Kustikov ", "Eric Fredricksen ", "John Wright ", "Ryan Dahl ", "Tom MacWright ", "Carter Thaxton ", "Audrius Kažukauskas ", "Johannes Schauer ", "Nathan Rajlich ", "AJ ONeal ", "Mithgol", "Ben Noordhuis " ], "repository": { "type": "git", "url": "git://github.com/mapbox/node-sqlite3.git" }, "dependencies": { "nan": "~2.3.3", "node-pre-gyp": "~0.6.28" }, "devDependencies": { "mocha": "2.x", "aws-sdk": "2.x" }, "scripts": { "prepublish":"npm ls", "preinstall":"npm install node-pre-gyp", "install": "node-pre-gyp install --fallback-to-build", "pretest": "node test/support/createdb.js", "test": "mocha -R spec --timeout 480000" }, "license": "BSD-3-Clause", "keywords": [ "sql", "sqlite", "sqlite3", "database" ], "main": "./lib/sqlite3" }