{
  "name": "akamai-ccu-purge",
  "description": "A lightweight module to purge Akamai Edge content using the CCU v2 API",
  "version": "0.2.3",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git@github.com:markusz/akamai-ccu-purge.git"
  },
  "keywords": [
    "akamai",
    "edge",
    "authentication",
    "api",
    "ccu",
    "purge"
  ],
  "author": "Markus Ziller <mail.markus.ziller@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "mocha ./test/ --recursive",
    "lint": "jscs ./src && jshint ./src",
    "pre-push": "npm run lint && npm test"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "mocha": "^2.3.3",
    "sinon": "^1.14.1",
    "sinon-chai": "^2.8.0",
    "jscs": "^2.1.1",
    "jshint": "^2.6.3"
  },
  "dependencies": {
    "moment": "^2.10.6",
    "node-uuid": "^1.4.3",
    "lodash": "^3.10.1",
    "superagent": "^1.4.0"
  }
}
