{
  "name": "oldsqlcipher",
  "description": "Asynchronous, non-blocking SQLCipher bindings",
  "version": "0.0.4",
  "homepage": "http://github.com/journeyapps/node-sqlcipher",
  "author": {
    "name": "JourneyApps",
    "url": "https://journeyapps.com/"
  },
  "binary": {
    "module_name": "node_sqlite3",
    "module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
    "host": "https://journeyapps-node-binary.s3.amazonaws.com",
    "remote_path": "./{name}/v{version}/{toolset}/",
    "package_name": "{node_abi}-{platform}-{arch}.tar.gz"
  },
  "contributors": [
    "Konstantin Käfer <mail@kkaefer.com>",
    "Dane Springmeyer <dane@mapbox.com>",
    "Will White <will@mapbox.com>",
    "Orlando Vazquez <ovazquez@gmail.com>",
    "Artem Kustikov <kustikoff@gmail.com>",
    "Eric Fredricksen <efredricksen@gmail.com>",
    "John Wright <mrjjwright@gmail.com>",
    "Ryan Dahl <ry@tinyclouds.org>",
    "Tom MacWright <tom@mapbox.com>",
    "Carter Thaxton <carter.thaxton@gmail.com>",
    "Audrius Kažukauskas <audrius@neutrino.lt>",
    "Johannes Schauer <josch@pyneo.org>",
    "Nathan Rajlich <nathan@tootallnate.net>",
    "AJ ONeal <coolaj86@gmail.com>",
    "Mithgol",
    "Ben Noordhuis <ben@strongloop.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/journeyapps/node-sqlcipher.git"
  },
  "dependencies": {
    "nan": "^2.10.0",
    "node-pre-gyp": "^0.10.0"
  },
  "bundledDependencies": [
    "node-pre-gyp"
  ],
  "devDependencies": {
    "aws-sdk": "^2.251.1",
    "electron": "^2.0.4",
    "electron-mocha": "^5.0.0",
    "electron-rebuild": "^1.8.1",
    "eslint": "3.5.0",
    "mocha": "^5.2.0"
  },
  "scripts": {
    "prepublishOnly": "npm ls",
    "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": [
    "database"
  ],
  "main": "./lib/sqlite3"
}
