{ "name": "datapipes" , "version": "0.1.0" , "author": "Open Knowledge Foundation " , "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" }