-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 972 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
39
40
41
42
43
44
45
{
"name": "urlparser",
"version": "0.3.9",
"description": "Url parser",
"keywords": [
"url",
"parse"
],
"author": {
"name": "Kaerus",
"email": "[email protected]",
"web": "http://kaerus.com"
},
"contributors": [
"anders elo <[email protected]>"
],
"devDependencies": {
"mocha":"*",
"should":"*",
"chai": "*",
"mocha-phantomjs":"*"
},
"bugs": {
"url": "https://github.com/kaerus-component/url/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/kaerus-component/url"
},
"scripts": {
"test":"make test"
},
"main": "index.js",
"license": "APACHE2_0",
"yuidoc":{
"url":"https://github.com/kaerus-component/urlparser",
"logo":"http://kaerus.com/images/kaerus64.png",
"options":{
"exclude":"build,node_modules,test",
"ignorePaths": [ "build","node_modules","test" ],
"outdir":"./build/apidoc",
"paths": "*/js"
}
}
}