-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
43 lines (43 loc) · 903 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
{
"name": "giturl",
"version": "2.0.0",
"description": "Transfer git url to web url",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"test": "mocha test/*.test.js",
"ci": "c8 -r text -r lcov npm test",
"contributor": "git-contributor"
},
"dependencies": {},
"devDependencies": {
"c8": "^8.0.0",
"git-contributor": "^2.1.5",
"jshint": "*",
"mocha": "^10.2.0",
"should": "3.3.1"
},
"homepage": "https://github.com/repo-utils/giturl",
"repository": {
"type": "git",
"url": "git://github.com/repo-utils/giturl.git"
},
"bugs": {
"url": "https://github.com/repo-utils/giturl/issues"
},
"keywords": [
"giturl",
"git",
"github",
"gitlab",
"url"
],
"engines": {
"node": ">= 14.17.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (http://github.com/fengmk2)",
"license": "MIT"
}