37 lines
794 B
JSON
37 lines
794 B
JSON
{
|
|
"name": "npr-api",
|
|
"version": "2.0.1",
|
|
"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": {
|
|
"dotenv": "^1.2.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-jshint": "^1.11.2",
|
|
"gulp-mocha": "^2.1.3",
|
|
"jshint-stylish": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"bunyan": "^1.4.0",
|
|
"swagger-client": "^2.1.2"
|
|
}
|
|
}
|