{ "name": "npr-api", "version": "0.1.0", "description": "Node.js NPR API client", "main": "index.js", "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "git+https://github.com/adafruit/node_npr.git" }, "keywords": [ "npr", "national", "public", "radio", "npr one" ], "author": "Todd Treece ", "license": "MIT", "bugs": { "url": "https://github.com/adafruit/node_npr/issues" }, "homepage": "https://github.com/adafruit/node_npr#readme", "devDependencies": { "gulp": "^3.9.0", "gulp-jshint": "^1.11.2", "gulp-mocha": "^2.1.3", "jshint-stylish": "^2.0.1" }, "dependencies": { "bunyan": "^1.4.0", "chalk": "^1.1.0", "dotenv": "^1.2.0", "es6-shim": "^0.32.2", "swagger-client": "^2.1.2" } }