{
  "name": "azure-mobile-apps-files",
  "version": "0.0.1",
  "description": "Add simple yet powerful file storage capabilities to the azure-mobile-apps server.",
  "main": "src/index.js",
  "author": "Microsoft",
  "repository": "Azure/azure-mobile-apps-node-files",
  "license": "MIT",
  "scripts": {
    "test": "npm run lint & mocha",
    "lint": "jshint ."
  },
  "dependencies": {
    "azure-mobile-apps": "^2.1.5",
    "azure-storage": "^1.0.1",
    "body-parser": "^1.15.1",
    "es6-promise": "^3.2.1",
    "express": "^4.13.4"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "jsdoc": "^3.3.2",
    "jshint": "^2.9.1",
    "mocha": "^2.2.5",
    "sinon": "^1.17.4",
    "supertest": "^1.1.0",
    "supertest-as-promised": "^3.1.0"
  }
}
