You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
536 B
24 lines
536 B
{ |
|
"name": "@braintree/sanitize-url", |
|
"version": "3.1.0", |
|
"description": "A url sanitizer", |
|
"main": "index.js", |
|
"author": "", |
|
"scripts": { |
|
"test": "mocha" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/braintree/sanitize-url.git" |
|
}, |
|
"keywords": [], |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/braintree/sanitize-url/issues" |
|
}, |
|
"homepage": "https://github.com/braintree/sanitize-url#readme", |
|
"devDependencies": { |
|
"chai": "^4.1.0", |
|
"mocha": "^3.5.0" |
|
} |
|
}
|
|
|