UNPKG

pauls-dat-api

Version:

Library of functions that make working with dat / hyperdrive easier.

46 lines (45 loc) 1.17 kB
{ "name": "pauls-dat-api", "version": "8.1.0", "description": "Library of functions that make working with dat / hyperdrive easier.", "main": "index.js", "scripts": { "prepublish": "npm run babel", "babel": "rm -rf ./dist && babel lib --out-dir dist --copy-files", "test": "ava -s test/*.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/pfrazee/pauls-dat-api.git" }, "keywords": [ "dat", "hyperdrive", "p2p", "files" ], "author": "Paul Frazee <pfrazee@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/pfrazee/pauls-dat-api/issues" }, "homepage": "https://github.com/pfrazee/pauls-dat-api#readme", "dependencies": { "anymatch": "^1.3.2", "beaker-error-constants": "^1.4.0", "call-me-maybe": "^1.0.1", "dat-encoding": "^4.0.2", "diff-file-tree": "^2.1.1", "emit-stream": "^0.1.2", "fs-extra": "^4.0.3", "pump": "^1.0.3" }, "devDependencies": { "ava": "^0.18.1", "babel-cli": "^6.26.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.1", "hyperdrive": "^9.12.3", "scoped-fs": "^1.1.3" } }