40 lines
815 B
JSON
40 lines
815 B
JSON
{
|
|
"name": "npr-one",
|
|
"version": "1.6.1",
|
|
"description": "A NPR One command line client",
|
|
"main": "index.js",
|
|
"bin": "./cli",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/adafruit/nprone_raspi.git"
|
|
},
|
|
"keywords": [
|
|
"npr",
|
|
"one",
|
|
"radio",
|
|
"cli",
|
|
"raspberry",
|
|
"pi",
|
|
"raspi",
|
|
"pi"
|
|
],
|
|
"author": "Todd Treece <todd@uniontownlabs.org>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"dotenv": "^1.2.0",
|
|
"gauge": "^2.2.1",
|
|
"inquirer": "^0.9.0",
|
|
"keypress": "^0.2.1",
|
|
"mplayer": "^2.0.1",
|
|
"npmlog": "^2.0.3",
|
|
"npr-api": "^2.0.0",
|
|
"rimraf": "^2.5.2",
|
|
"string": "^3.3.1",
|
|
"touch": "^1.0.0",
|
|
"wget-improved": "^1.3.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"adafruit-mpr121": "^1.0.0"
|
|
}
|
|
}
|