node-dat-archive
Version:
A nodejs API for Dat which is compatible with Beaker's DatArchive API
38 lines (37 loc) • 931 B
JSON
{
"name": "node-dat-archive",
"version": "2.2.0",
"description": "A nodejs API for Dat which is compatible with Beaker's DatArchive API",
"main": "index.js",
"scripts": {
"test": "ava -s test/*.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/beakerbrowser/node-dat-archive.git"
},
"keywords": [
"dat",
"beaker",
"p2p"
],
"author": "Paul Frazee <pfrazee@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/beakerbrowser/node-dat-archive/issues"
},
"homepage": "https://github.com/beakerbrowser/node-dat-archive#readme",
"dependencies": {
"beaker-error-constants": "^1.2.0",
"concat-stream": "^1.6.0",
"dat-dns": "^2.0.0",
"dat-node": "^3.5.3",
"dom-event-target": "^1.0.0",
"parse-dat-url": "^3.0.1",
"pauls-dat-api": "^8.0.3"
},
"devDependencies": {
"ava": "^0.25.0",
"tempy": "^0.1.0"
}
}