{
  "name": "flowdata",
  "version": "0.2.2",
  "authors": [
    "Scott Vickers <scott.w.vickers@gmail.com>"
  ],
  "main": "dist/flowdata.js",
  "description": "A simple javascript client for easy composition of OData queries",
  "keywords": [
    "odata"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/code-vicar/Flowdata.git"
  },
  "license": "Apache-2.0",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "src",
    "out"
  ]
}
