{
  "name": "nedb",
  "version": "1.4.0",
  "author": {
    "name": "Louis Chatriot",
    "email": "louis.chatriot@gmail.com"
  },
  "contributors": [
    {
      "name": "Louis Chatriot"
    }
  ],
  "description": "File-based embedded data store for node.js",
  "keywords": [
    "database",
    "datastore",
    "embedded"
  ],
  "homepage": "https://github.com/louischatriot/nedb",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/louischatriot/nedb.git"
  },
  "dependencies": {
    "async": "0.2.10",
    "binary-search-tree": "0.2.4",
    "localforage": "^1.3.0",
    "mkdirp": "~0.5.1",
    "underscore": "~1.4.4"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "mocha": "1.4.x",
    "request": "2.9.x",
    "sinon": "1.3.x",
    "exec-time": "0.0.2",
    "commander": "1.1.1"
  },
  "scripts": {
    "test": "mocha --reporter spec --timeout 10000"
  },
  "main": "index",
  "browser": {
    "./lib/customUtils.js": "./browser-version/browser-specific/lib/customUtils.js",
    "./lib/storage.js": "./browser-version/browser-specific/lib/storage.js"
  },
  "license": "SEE LICENSE IN LICENSE",
  "gitHead": "de71fc40972808d61a3ed33000ed9905bc7537fe",
  "bugs": {
    "url": "https://github.com/louischatriot/nedb/issues"
  },
  "_id": "nedb@1.4.0",
  "_shasum": "642bbe3e9f59b61fa26cbd7bb754a409014b52b8",
  "_from": "nedb@1.4.0",
  "_npmVersion": "2.14.7",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "name": "louischatriot",
    "email": "louis.chatriot@gmail.com"
  },
  "dist": {
    "shasum": "642bbe3e9f59b61fa26cbd7bb754a409014b52b8",
    "tarball": "http://registry.npmjs.org/nedb/-/nedb-1.4.0.tgz"
  },
  "maintainers": [
    {
      "name": "louischatriot",
      "email": "louis.chatriot@gmail.com"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/nedb/-/nedb-1.4.0.tgz"
}
