node-socrata
Version:
A node.js implementation for the Socrata Open Data API (SODA)
40 lines (39 loc) • 782 B
JSON
{
"name": "node-socrata",
"version": "0.0.50",
"description": "A node.js implementation for the Socrata Open Data API (SODA)",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"Open",
"Open-Data",
"Data",
"Socrata",
"SODA",
"API"
],
"author": {
"name": "Andrew Burnes",
"email": "apburnes@gmail.com",
"url": "apburnes.github.io"
},
"repository": {
"type": "git",
"url": "git://github.com/apburnes/node-socrata"
},
"homepage": "https://github.com/apburnes/node-socrata",
"license": "MIT",
"dependencies": {
"rest": "^1.1.1",
"through": "~2.3.4",
"lodash": "~2.4.1"
},
"devDependencies": {
"tape": "^2.13.3"
}
}