berserker
Version:
Web-based frontend for Aria2-JSONRPC
56 lines • 1.19 kB
JSON
{
"name": "berserker",
"description": "Web-based frontend for Aria2-JSONRPC",
"version": "0.4.5-1",
"main": "node/berserker.js",
"author": {
"name": "Aditya Mukhopadhyay",
"email": "aditya.mukhopadhyay@gmail.com",
"url": "http://adityamukho.com/"
},
"contributors": [{
"name": "Aditya Mukhopadhyay",
"email": "aditya.mukhopadhyay@gmail.com",
"url": "http://adityamukho.com/"
}, {
"name": "Michael Zehrer",
"email": "zehrer@zepan.org",
"url": "http://www.zepan.org"
}],
"keywords": [
"download manager",
"bittorrent",
"aria",
"metalink",
"gui"
],
"repository": {
"type": "git",
"url": "git://github.com/adityamukho/Berserker.git"
},
"bugs": {
"url": "http://github.com/adityamukho/Berserker/issues"
},
"license": {
"type": "apache20"
},
"dependencies": {
"router": "0.6.2",
"mime": "1.2.9",
"websocket": "1.0.8",
"mkdirp": "0.3.5"
},
"scripts": {
"start": "node ./node/berserker.js"
},
"engines": {
"node": ">=0.10.0"
},
"bin": {
"berserker": "./bin/berserker"
},
"preferGlobal": true,
"devDependencies": {
"memwatch": "~0.2.2"
}
}