{
  "author": {
    "name": "Neil Craig",
    "email": "neil.craig@thedotproduct.org",
    "website": "https://thedotproduct.org"
  },
  "name": "tdp-ah-cms",
  "description": "A CMS based on the actionHero API framework",
  "version": "2.4.2",
  "license": "CC-BY-SA-3.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/neilstuartcraig/TDPAHCMS.git"
  },
  "bugs": "https://github.com/neilstuartcraig/TDPAHCMS/issues",
  "keywords": [
    "cms",
    "content management system",
    "api",
    "actionhero",
    "nodejs",
    "npm",
    "javascript"
  ],
  "dependencies": {
    "actionhero":"^10.x",
    "ah-tdp-auth-plugin":"^2.x",
    "ah-tdp-acl-plugin":"^2.x",
    "ah-tdp-session-plugin":"^2.x",
    "ah-tdp-content-item-plugin":"^3.x",
    "ah-tdp-js-connector-plugin":"^0.x"
  },
  "devDependencies": {
    "mocha": "2.x",
    "should": "5.x",
    "coveralls": "2.x",
    "mocha-lcov-reporter": "0.x",
    "istanbul": "0.x"
  },
  "optionalDependencies": {},
  "engines": {
    "node": ">=0.10.x",
    "iojs": "1.x"
  },
  "scripts": {
    "postinstall":"./scripts/postInstall.js",
    "test": "./node_modules/.bin/mocha ./test --recursive"
  }
}
