aria2c
Version:
Aria2 RPC Library in Node.js
35 lines (34 loc) • 692 B
JSON
{
"name": "aria2c",
"version": "0.0.6",
"description": "Aria2 RPC Library in Node.js",
"type": "module",
"main": "index.js",
"bin": "./bin/aria2.js",
"scripts": {
"test": "node test"
},
"keywords": [
"aria2",
"aria2c",
"download"
],
"author": "Lsong",
"license": "MIT",
"directories": {
"example": "example"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/song940/aria2.git"
},
"bugs": {
"url": "https://github.com/song940/aria2/issues"
},
"homepage": "https://github.com/song940/aria2#readme",
"dependencies": {
"isomorphic-fetch": "latest",
"kelp-cli": "^0.0.1"
}
}