{
  "name": "apiify",
  "version": "1.0.10",
  "description": "A library for serving APIs through express",
  "main": "index.js",
  "scripts": {
    "clean": "gulp clean",
    "build": "gulp",
    "prepublish": "gulp"
  },
  "author": "Jonathan Apodaca",
  "license": "ISC",
  "devDependencies": {
    "babel-core": "^6.7.4",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-3": "^6.5.0",
    "express": "^4.13.4",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.2",
    "gulp-insert": "^0.5.0",
    "gulp-rename": "^1.2.2",
    "gulp-util": "^3.0.6",
    "rimraf": "^2.4.3",
    "vinyl-named": "^1.1.0",
    "webpack-stream": "^3.1.0"
  },
  "dependencies": {
    "body-parser": "^1.14.1",
    "flat": "^2.0.0",
    "router": "^1.1.4",
    "xhr": "^2.1.0"
  },
  "repository": "jrop/apiify"
}
