{
  "name": "neuropil",
  "version": "7.0.2",
  "description": "Neuropil is the cortex registry client.",
  "main": "index.js",
  "scripts": {
    "init-reg": "DEPLOY_VERSION=\"git describe --tags\" ./node_modules/.bin/couchapp push ./cortex-registry-server/registry/app http://admin:admin@localhost:5984/registry",
    "test": "mocha test/test.js"
  },
  "keywords": [
    "connect",
    "cortex",
    "registry",
    "client",
    "couchdb",
    "npm"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/cortexjs/neuropil.git"
  },
  "author": "kael",
  "license": "MIT",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/cortexjs/neuropil/issues"
  },
  "dependencies": {
    "async": "^0.2.9",
    "couch-db": "^0.6.1",
    "fs-extra": "^0.8.1",
    "fstream": "^0.1.24",
    "querystring": "^0.2.0",
    "request": "^2.26.0",
    "semver-extra": "^1.0.3",
    "sha": "^1.2.0",
    "tar": "^0.1.18",
    "underscore": "^1.6.0"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "couchapp": "^0.11.0",
    "fs-sync": "~0.1.6",
    "loggie": "^0.1.15",
    "mocha": "^1.20.1"
  },
  "engines": {
    "node": ">=0.8.17"
  }
}
