{
  "name": "holition-cms-util",
  "version": "0.0.51",
  "description": "Utilities for cms",
  "main": "index.js",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha ./**/*.test.js -t 10000 --recursive",
    "test-watch": "node ./node_modules/mocha/bin/mocha ./**/*.test.js --watch --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git+https://thomasmonkman@bitbucket.org/HolitionTeam/cms-util.git"
  },
  "keywords": [
    "cms"
  ],
  "author": "Holition <admin@holition.com> (http://www.holition.com)",
  "license": "ISC",
  "homepage": "https://bitbucket.org/HolitionTeam/cms-util#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.2.0"
  },
  "dependencies": {
    "async-waterfall": "^0.1.5",
    "chai-as-promised": "^6.0.0",
    "pg": "^6.1.2"
  }
}
