sg-gov-nea
Version:
API to access the Singaporean Government National Environment Agency's Dataset
30 lines (29 loc) • 697 B
JSON
{
"name": "sg-gov-nea",
"version": "0.1.0",
"description": "API to access the Singaporean Government National Environment Agency's Dataset",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"singapore",
"government",
"environment",
"weather",
"pollution",
"typescript"
],
"author": "Peter Andreas Moelgaard <admin@petermolgard.com> (http://petermolgaard.com/)",
"license": "MIT",
"dependencies": {
"lodash": "^3.10.1",
"request": "^2.65.0",
"xml2json": "^0.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pmoelgaard/sg-gov-nea.git"
}
}