summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/is-uri/bower.json
blob: 3ab4e3fd18f9d14dec08f9c63f69a9d07bd77369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "is-uri",
  "description": "Determinate if a string is a valid URI.",
  "homepage": "https://github.com/Kikobeats/is-uri",
  "version": "1.2.0",
  "main": "./dist/is-uri.js",
  "authors": [
    {
      "email": "josefrancisco.verdu@gmail.com",
      "name": "Kiko Beats",
      "url": "https://github.com/Kikobeats"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kikobeats/is-uri.git"
  },
  "bugs": {
    "url": "https://github.com/Kikobeats/is-uri/issues"
  },
  "keywords": [
    "invalid",
    "is",
    "parse",
    "uri",
    "valid"
  ],
  "ignore": [
    "**/.*",
    "bower_components",
    "node_modules",
    "test",
    "tests"
  ],
  "license": "MIT"
}