node_npr/package.json
Todd Treece ae9350e0ab 0.2.0
2015-08-01 23:54:31 -04:00

39 lines
844 B
JSON

{
"name": "npr-api",
"version": "0.2.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 <todd@uniontownlabs.org>",
"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"
}
}