forked from Mikhus/domurl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 798 Bytes
/
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
{
"name": "jsurl",
"version": "1.2.2",
"description": "Lightweight URL manipulation with JavaScript.",
"homepage": "https://github.com/Mikhus/jsurl",
"keywords": [ "url", "querystring" ],
"categories": [ "Utilities" ],
"jam": {
"main": "url.js",
"include": [
"url.js",
"url.min.js",
"README.md"
]
},
"maintainers": [
{
"name": "Mykhailo Stadnyk",
"email": "mikhus@gmail.com"
}
],
"bugs": {
"web": "https://github.com/Mikhus/jsurl/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/Mikhus/jsurl.git"
}
],
"github": "https://github.com/Mikhus/jsurl"
}