{
  "name": "flowdata",
  "version": "0.2.2",
  "description": "A simple javascript client for easy composition of OData queries",
  "main": "index.js",
  "author": "Scott Vickers",
  "license": "Apache-2.0",
  "devDependencies": {
    "browserify": "^8.1.0",
    "gulp": "^3.8.10",
    "mocha": "^2.1.0",
    "mochify": "^2.2.0",
    "phantomjs": "^1.9.15",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/code-vicar/Flowdata.git"
  },
  "dependencies": {
    "bluebird": "^2.8.1",
    "chalk": "^0.5.1",
    "commander": "^2.6.0",
    "lodash": "^2.4.1",
    "moment": "^2.9.0",
    "odatajs": "git+https://github.com/code-vicar/olingo-odata4-js.git"
  },
  "scripts": {
    "mocha": "node_modules/.bin/mocha",
    "phantom": "mochify --web-security=false --phantomjs=node_modules/phantomjs/lib/phantom/bin/phantomjs -R spec",
    "test": "npm run mocha && npm run phantom"
  }
}
