ipfs-api
Version:
A client library for the IPFS HTTP API
20 lines (19 loc) • 446 B
JSON
{
"name": "bundle-browserify",
"version": "1.0.0",
"description": "Bundle js-ipfs-api with Browserify",
"main": "index.js",
"scripts": {
"start": "browserify index.js > bundle.js && http-server -a 127.0.0.1 -p 8888"
},
"keywords": [],
"author": "Friedel Ziegelmayer",
"license": "MIT",
"devDependencies": {
"browserify": "^13.1.1",
"ipfs-api": "^11.1.0",
"http-server": "~0.9.0"
},
"dependencies": {
}
}