{
  "name": "datapipes"
  , "version": "0.2.0"
  , "author": "Open Knowledge Foundation <labs@okfn.org>"
  , "dependencies": {
      "express": "",
      "request": "",
      "csv": "",
      "marked": "",
      "nunjucks": "",
      "underscore": "",
      "optimist": "",
      "sandbox": "",
      "event-stream": ""
  }
  , "repository": {
    "type": "git",
    "url": "https://github.com/okfn/datapipes"
  }
  , "devDependencies": {
    "supertest": "",
    "mocha": "",
    "concat-stream": ""
  }
  , "engines": {
    "node": "0.10.x",
    "npm": "1.3.x"
  }
  , "scripts": {
    "test": "mocha test"
  }
  , "bin": {
    "datapipes": "./bin/datapipes"
  }
  , "main": "lib/index"
}
