wallet-core/node_modules/is-url/package.json
2018-09-20 02:56:13 +02:00

14 lines
274 B
JSON

{
"name": "is-url",
"description": "Check whether a string is a URL.",
"repository": "https://github.com/segmentio/is-url",
"version": "1.2.4",
"scripts": {
"test": "mocha --reporter spec"
},
"license": "MIT",
"devDependencies": {
"mocha": "*"
}
}