forked from medialize/URI.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1 KB
/
package.json
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
37
38
39
40
{
"name": "URIjs",
"version": "1.6.3",
"title": "URI.js - Mutating URLs",
"author": {
"name": "Rodney Rehm",
"url": "http://rodneyrehm.de"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license"
},
{
"type": "GPL",
"url": "http://opensource.org/licenses/GPL-3.0"
}
],
"description": "URI.js is a Javascript library for working with URLs.",
"keywords": [
"uri",
"url",
"uri mutation",
"url mutation",
"unified resource locator",
"unified resource identifier",
"query string"
],
"main": "./src/URI",
"homepage": "http://medialize.github.com/URI.js/",
"contributors": [
"Francois-Guillaume Ribreau <[email protected]> (http://fgribreau.com)"
],
"files": [
"src/URI.js",
"src/IPv6.js",
"src/SecondLevelDomains.js",
"src/punycode.js"
]
}