tomahawkjs
Version:
Implementation of the JS plugins API from Tomahawk for NodeJS
32 lines (31 loc) • 661 B
JSON
{
"name": "tomahawkjs",
"preferGlobal": true,
"version": "0.4.0",
"author": "Uwe L. Korn <uwelk@xhochy.com>",
"description": "Implementation of the JS plugins API from Tomahawk for NodeJS",
"contributors": [],
"main": "./lib/tomahawkjs.js",
"bin": {
"tomahawkjs": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/xhochy/tomahawk-nodejs-tomahawkjs.git"
},
"keywords": [
"tomahawk",
"music",
"player"
],
"dependencies": {
"async": "^0.9.0",
"pullstream": "~0.4.0",
"underscore": "^1.8.3",
"unzip": "~0.1.11"
},
"license": "MIT",
"engines": {
"node": ">=0.6"
}
}