node_npr/package.json
Todd Treece f97b43b1e1 0.2.4
2015-08-02 10:36:58 -04:00

38 lines
821 B
JSON

{
"name": "npr-api",
"version": "0.2.4",
"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",
"es6-shim": "^0.32.2",
"swagger-client": "^2.1.2"
}
}