forked from repo-utils/giturl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.06 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "giturl",
"version": "1.0.1",
"description": "Transfer git url to web url",
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js"
},
"config": {
"blanket": {
"pattern": "giturl/lib"
},
"travis-cov": {
"threshold": 100
}
},
"dependencies": {},
"devDependencies": {
"autod": "*",
"blanket": "*",
"contributors": "*",
"cov": "*",
"coveralls": "*",
"jshint": "*",
"mocha": "2",
"mocha-lcov-reporter": "*",
"should": "3.3.1",
"travis-cov": "*"
},
"homepage": "https://github.com/repo-utils/giturl",
"repository": {
"type": "git",
"url": "git://github.com/repo-utils/giturl.git",
"web": "https://github.com/repo-utils/giturl"
},
"bugs": {
"url": "https://github.com/repo-utils/giturl/issues",
"email": "fengmk2@gmail.com"
},
"keywords": [
"giturl",
"git",
"github",
"gitlab",
"url"
],
"engines": {
"node": ">= 0.10.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
"license": "MIT"
}