-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "github-profile-widget",
"version": "1.0.0",
"description": "",
"main": "github-profile-widget.js",
"scripts": {
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeoDoo/github-profile-widget.git"
},
"keywords": [
"webcomponent",
"web-component",
"web component",
"Web Component",
"responsive"
],
"author": "Georgios Karametas",
"license": "GNU Lesser General Public License v2.1",
"bugs": {
"url": "https://github.com/GeoDoo/github-profile-widget/issues"
},
"homepage": "https://github.com/GeoDoo/github-profile-widget#readme",
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"husky": "^4.3.0",
"semantic-release": "^17.1.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"dependencies": {},
"files": ["github-profile-widget.js", "README.md"]
}