ampache
Version:
Communicate to an Ampache server using the API
26 lines (25 loc) • 698 B
JSON
{
"name": "ampache",
"description": "Communicate to an Ampache server using the API",
"version": "0.1.4",
"author": "Dave Eddy <dave@daveeddy.com> (http://www.daveeddy.com)",
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/bahamas10/node-ampache.git"
},
"scripts": {
"test": "for f in auth.js ping.js artists.js; do echo \"$f\"; node \"tests/$f\" || exit 1; done; echo 'Passed!'; exit 0"
},
"dependencies": {
"request": "~ 2.10.0",
"xml2js": "~ 0.1.14",
"autocast": "~ 0.0.3"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"keywords": [ "ampache", "owncloud", "viridian" ]
}