nprone-cli/package.json
Todd Treece d1c379fe82 adds gulpfile & a few dependencies
gulp-mocha
gulp-jshint
bunyan
jshint-stylish
2015-07-27 16:21:59 -04:00

39 lines
834 B
JSON

{
"name": "nprone_raspi",
"version": "0.1.0",
"description": "A NPR One client for the Raspberry Pi",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adafruit/nprone_raspi.git"
},
"keywords": [
"npr",
"one",
"radio",
"raspberry",
"pi",
"raspi",
"pi"
],
"author": "Todd Treece <todd@uniontownlabs.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/adafruit/nprone_raspi/issues"
},
"homepage": "https://github.com/adafruit/nprone_raspi#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",
"dotenv": "^1.2.0",
"oauth": "^0.9.13"
}
}