{
  "author": "Brian Kirchoff <briankircho@gmail.com>",
  "contributors": [
    "Lourenzo Ferreira <lourenzo@gmail.com> (http://lourenzo.blog.br)",
    "Franck Tab <franck.tab@gmail.com>",
    "Tomáš Holas <tomas.holas@gmail.com>",
    "Oleg Butovich <obutovich@gmail.com>",
    "Jake Dempsey <angelo0000@gmail.com>",
    "Alban Escalier (DaWyz)",
    "Roman Morohovski (modelfak)"
  ],
  "name": "mongoose-path-tree-ng",
  "description": "Maintaied version of materialized path hierarchy for mongoose with reparent option",
  "homepage": "https://github.com/Prezentor/mongoose-path-tree",
  "repository": {
    "type": "git",
    "url": "git://github.com/Prezentor/mongoose-path-tree.git"
  },
  "main": "index.js",
  "version": "0.0.3",
  "engine": "node >= 0.8.0",
  "devDependencies": {
    "async": "0.x.x",
    "should": "1.x.x",
    "lodash": "2.x.x",
    "mocha": "1.x.x",
    "shortid": "2.0.0"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "MONGOOSE_TREE_SHORTID=1 ./node_modules/.bin/mocha && MONGOOSE_TREE_SHORTID=0 ./node_modules/.bin/mocha"
  },
  "keywords": [
    "mongoose",
    "materialized",
    "path",
    "tree",
    "mongodb"
  ],
  "license": "BSD",
  "dependencies": {
    "mongoose": "^4.7.7",
    "stream-worker": "0.0.1"
  }
}
