{
  "name": "@soldair/seneca-perm",
  "version": "0.5.4",
  "description": "test - Seneca permissions plugin",
  "main": "perm.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha test/*.test.js --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rjrodger/seneca-perm.git"
  },
  "keywords": [
    "seneca",
    "perm",
    "permissions",
    "plugin"
  ],
  "author": "Richard Rodger (http://richardrodger.com)",
  "license": "MIT",
  "devDependencies": {
    "seneca": "plugin",
    "connect": "2.12.x",
    "mocha": "1.17.x",
    "gex": "0.1.x",
    "async": "0.2.x",
    "chai": "1.8.x"
  },
  "dependencies": {
    "access-controls": "~0.5.2",
    "lodash": "~2.4.1"
  }
}
