package.json 274 B

12345678910111213
  1. {
  2. "name": "is-url",
  3. "description": "Check whether a string is a URL.",
  4. "repository": "https://github.com/segmentio/is-url",
  5. "version": "1.2.4",
  6. "scripts": {
  7. "test": "mocha --reporter spec"
  8. },
  9. "license": "MIT",
  10. "devDependencies": {
  11. "mocha": "*"
  12. }
  13. }