UNPKG

ipfs-api

Version:

A client library for the IPFS HTTP API

19 lines (18 loc) 443 B
{ "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": "^24.0.0", "http-server": "~0.9.0" }, "dependencies": {} }