UNPKG

uwapi

Version:

Promise based library for accessing the UW Open Data API

28 lines (27 loc) 601 B
{ "name": "uwapi", "version": "1.1.1", "description": "Promise based library for accessing the UW Open Data API", "main": "lib/uwapi.js", "scripts": { "test": "test -z $uwApiToken && echo \"uwApiToken environment variable must be set to a valid token to run tests\" || mocha" }, "keywords": [ "UW", "api", "opendata", "uwapi" ], "repository": { "type": "git", "url": "https://github.com/rvaiya/node_uwapi" }, "author": "Raheman Vaiya", "license": "GPL", "dependencies": { "q": "^1.0.1" }, "devDependencies": { "mocha": "^1.21.5" } }