js-multiaddr-to-uri/package.json
2018-04-05 22:26:16 +01:00

35 lines
846 B
JSON

{
"name": "multiaddr-to-uri",
"version": "3.0.0",
"description": "Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.io",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run test:coverage",
"test:coverage": "nyc --reporter=lcov --reporter=text ava",
"lint": "standard"
},
"keywords": [
"multiaddr",
"toString",
"URL"
],
"author": "Alan Shaw",
"license": "MIT",
"devDependencies": {
"ava": "^0.25.0",
"nyc": "^11.6.0",
"standard": "^11.0.1"
},
"dependencies": {
"multiaddr": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tableflip/multiaddr-to-uri.git"
},
"bugs": {
"url": "https://github.com/tableflip/multiaddr-to-uri/issues"
},
"homepage": "https://github.com/tableflip/multiaddr-to-uri#readme"
}