{
  "name": "nsbs",
  "version": "0.5.2",
  "description": "Node SQLite bucket storage",
  "main": "lib/index.js",
  "scripts": {
    "example": "node lib/example.js",
    "test": "./node_modules/.bin/gulp coverage:report",
    "2npm": "publish"
  },
  "directories": {
    "test": "./node_modules/.bin/gulp coverage && ./node_modules/.bin/codeclimate-test-reporter < coverage/lcov.info",
    "prepublish": "./node_modules/.bin/gulp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/r1cebank/nsbs.git"
  },
  "files": [
    "lib"
  ],
  "author": "Siyuan Gao <siyuangao@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/r1cebank/nsbs/issues"
  },
  "homepage": "https://github.com/r1cebank/nsbs#readme",
  "devDependencies": {
    "app-root-path": "^1.0.0",
    "babel-core": "^6.4.5",
    "babel-eslint": "^4.1.6",
    "babel-plugin-transform-async-to-module-method": "^6.4.0",
    "babel-plugin-transform-flow-strip-types": "^6.3.15",
    "babel-preset-es2015-node4": "^2.0.2",
    "babel-preset-stage-3": "^6.3.13",
    "bluebird": "^2.10.2",
    "chai": "^2.3.0",
    "chai-as-promised": "^5.2.0",
    "chai-properties": "^1.2.1",
    "codeclimate-test-reporter": "^0.2.0",
    "del": "^2.0.2",
    "eslint": "^1.10.3",
    "eslint-config-airbnb": "0.0.8",
    "eslint-plugin-babel": "^3.0.0",
    "express-mocks-http": "0.0.11",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.1",
    "gulp-changed": "^1.3.0",
    "gulp-codeclimate-reporter": "^1.2.0",
    "gulp-concat": "^2.6.0",
    "gulp-declare": "^0.3.0",
    "gulp-eslint": "^1.0.0",
    "gulp-handlebars": "^4.0.0",
    "gulp-istanbul": "^0.10.0",
    "gulp-istanbul-enforcer": "^1.0.3",
    "gulp-jsinspect": "^2.0.0",
    "gulp-mocha": "^2.1.3",
    "gulp-notify": "^2.2.0",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-util": "^3.0.7",
    "gulp-wrap": "^0.11.0",
    "isparta": "^4.0.0",
    "merge-stream": "^1.0.0",
    "mocha": "^2.2.5",
    "publish": "^0.5.0",
    "sinon": "^1.15.4",
    "sinon-chai": "^2.8.0"
  },
  "babel": {
    "auxiliaryCommentBefore": "istanbul ignore next",
    "presets": [
      "es2015-node4",
      "stage-3"
    ],
    "plugins": [
      "transform-flow-strip-types",
      [
        "transform-async-to-module-method",
        {
          "module": "bluebird",
          "method": "coroutine"
        }
      ]
    ]
  },
  "flowConfig": {
    "all": true
  },
  "jsInspectConfig": {
    "threshold": 100,
    "suppress": 0
  },
  "eslintConfig": {
    "root": true,
    "extends": "airbnb/base",
    "parser": "babel-eslint",
    "rules": {
      "strict": 0,
      "new-cap": 0,
      "no-undef": 2,
      "id-length": 0,
      "func-names": 0,
      "no-console": 1,
      "key-spacing": 0,
      "padded-blocks": 0,
      "no-multi-spaces": 0,
      "no-const-assign": 2,
      "no-param-reassign": 0,
      "indent": [
        2,
        4
      ],
      "comma-dangle": [
        1,
        "never"
      ]
    },
    "ecmaFeatures": {
      "generators": true
    },
    "envs": {
      "node": true,
      "commonjs": true,
      "browser": false
    }
  },
  "dependencies": {
    "bluebird": "^3.3.4",
    "fs-extra": "^0.26.7",
    "debug": "^2.2.0",
    "lodash": "^4.6.1",
    "mkdirp": "^0.5.1",
    "tingodb": "^0.4.2"
  }
}
