-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "basekick",
"version": "0.0.0-development",
"description": "Typographical baselines for CSS",
"scripts": {
"commit": "git-cz",
"commitmsg": "commitlint --edit --extends @commitlint/config-conventional",
"semantic-release": "semantic-release"
},
"homepage": "https://github.com/michaeltaranto/basekick",
"bugs": "https://github.com/michaeltaranto/basekick/issues",
"repository": {
"type": "git",
"url": "https://github.com/michaeltaranto/basekick.git"
},
"author": {
"name": "Michael Taranto",
"homepage": "https://github.com/michaeltaranto"
},
"keywords": [
"baseline",
"vertical rhythm"
],
"main": "index.js",
"licenses": [
{
"type": "MIT",
"url": "https://michaeltaranto.mit-license.org"
}
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "^6.1.3",
"@commitlint/config-conventional": "^6.1.3",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"husky": "^0.14.3",
"semantic-release": "^15.1.4"
}
}