{
  "name": "angie-rest-framework",
  "version": "0.0.3",
  "description": "A RESTful API Implementation of the Angie Framework",
  "license": "MIT",
  "main": "dist/index.js",
  "private": false,
  "preferGlobal": false,
  "scripts": {
    "start": "node bin/angie-rest-framework-dist",
    "test": "gulp test",
    "postinstall": "babel src --out-dir dist --comments false"
  },
  "engines": {
    "iojs": "*",
    "babel-node": "*",
    "node": "*"
  },
  "bin": {
    "angie-rest-framework": "bin/angie-rest-framework",
    "angie-rest-framework-dist": "bin/angie-rest-framework-dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angie-framework/angie-rest-framework"
  },
  "bugs": {
    "url": "https://github.com/angie-framework/angie-rest-framework"
  },
  "keywords": [
    "Angie",
    "JavaScript",
    "REST",
    "MVC",
    "Framework",
    "API"
  ],
  "devDependencies": {
    "babel-eslint": "^3.1.17",
    "chai": "2.3.0",
    "gulp": "3.9.0",
    "gulp-babel": "^5.2.1",
    "gulp-cli": "0.2.0",
    "gulp-esdoc": "0.0.3",
    "gulp-eslint": "0.12.0",
    "gulp-istanbul": "0.9.0",
    "gulp-jscs": "1.6.0",
    "gulp-mocha": "2.0.1",
    "isparta": "3.0.3",
    "istanbul-cobertura-badger": "0.0.4",
    "mocha": "2.2.4",
    "simple-mock": "0.3.0",
    "yargs": "3.8.0"
  },
  "dependencies": {
    "angie": "^0.4.0",
    "angie-injector": "^0.9.14",
    "angie-log": "^0.9.11",
    "babel": "^5.6.23",
    "babel-core": "5.6.15",
    "chalk": "1.0.0",
    "pixl-xml": "^1.0.4",
    "xml-object": "^0.1.0"
  }
}
