ipfs-api
Version:
A client library for the IPFS HTTP API
16 lines (15 loc) • 377 B
JSON
{
"name": "js-ipfs-api-example-name-publish-resolve",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "browserify index.js > bundle.js && http-server -a 127.0.0.1 -p 8888"
},
"author": "Tara Vancil <tbvanc@gmail.com>",
"license": "MIT",
"devDependencies": {
"browserify": "^14.4.0",
"http-server": "~0.10.0"
}
}