npm-ipfsify
Version:
Node.JS Package Management for the Distributed Web
34 lines (33 loc) • 801 B
JSON
{
"name": "npm-ipfsify",
"version": "1.0.3",
"description": "Node.JS Package Management for the Distributed Web",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zachdeibert/npm-ipfsify.git"
},
"keywords": [
"npm",
"ipfs",
"distributed-web"
],
"author": "Zach Deibert <zachdeibert@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zachdeibert/npm-ipfsify/issues"
},
"homepage": "https://github.com/zachdeibert/npm-ipfsify#readme",
"bin": {
"npm-ipfsify": "bin/npm-ipfsify.js"
},
"dependencies": {
"fs-extra": "^7.0.0",
"ipfs-api": "^23.0.0",
"npm": "^6.3.0",
"recursive-readdir": "^2.2.2"
}
}