{
  "name": "nedb-shell",
  "version": "1.1.5",
  "engines": {
    "node": ">=6.9.x"
  },
  "description": "A mongo like shell for Nedb",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "gulp prepublish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcusjwhelan/nedb-shell.git"
  },
  "keywords": [
    "nedb",
    "nedb-shell",
    "Typescript",
    "database",
    "shell"
  ],
  "author": "Marcus Whelan <marcus.j.whelan@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/marcusjwhelan/nedb-shell/issues"
  },
  "homepage": "https://github.com/marcusjwhelan/nedb-shell#readme",
  "dependencies": {
    "@types/chalk": "^0.4.31",
    "@types/commander": "^2.3.31",
    "@types/nedb": "0.0.31",
    "@types/node": "^7.0.5",
    "bluebird": "^3.4.7",
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "lodash": "^4.17.4",
    "moment": "^2.17.1",
    "nedb": "^1.8.0"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.2",
    "run-sequence": "^1.2.2",
    "typescript": "^2.1.5"
  },
  "bin": {
    "nedb-shell": "bin/index.js"
  },
  "main": "built/index.js",
  "typings": "built/index.d.ts"
}
