js-multiaddr-to-uri/package.json

35 lines
863 B
JSON
Raw Normal View History

2018-03-20 14:39:26 +00:00
{
2018-03-21 10:09:39 +00:00
"name": "multiaddr-to-uri",
2019-08-21 10:19:47 +00:00
"version": "5.0.0",
2018-03-21 10:09:39 +00:00
"description": "Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.io",
2018-03-20 14:39:26 +00:00
"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": "^2.3.0",
"nyc": "^14.1.1",
"standard": "^14.0.0"
2018-03-20 14:39:26 +00:00
},
"dependencies": {
"multiaddr": "^6.1.0"
2018-03-20 14:39:26 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/multiformats/js-multiaddr-to-uri.git"
2018-03-20 14:39:26 +00:00
},
"bugs": {
"url": "https://github.com/multiformats/js-multiaddr-to-uri/issues"
2018-03-20 14:39:26 +00:00
},
"homepage": "https://github.com/multiformats/js-multiaddr-to-uri#readme"
2018-03-20 14:39:26 +00:00
}