{
  "name": "amplify",
  "version": "0.0.11",
  "author": {
    "name": "Jonathan Chapman",
    "email": "chafnan@gmail.com"
  },
  "description": "Amplify is a wrapper around the NodeJS http packages to help make development easier.",
  "scripts": {
    "test": "mocha"
  },
  "main": "./lib//amplify/amplify",
  "dependencies": {},
  "devDependencies": {
    "chai": "*",
    "coffee-script": "*",
    "mocha": "*",
    "restify": "*",
    "semver": "*"
  },
  "engine": {
    "node": "> 0.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chafnan/amplify"
  },
  "license": "MIT"
}
