-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "@unumux/willow",
"version": "0.0.0-semantic-release",
"description": "component library",
"main": "_index.scss",
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"commitmsg": "commitlint -e $GIT_PARAMS",
"commit": "git cz",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/unumux/willow.git"
},
"author": "UnumUX",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/unumux/willow/issues"
},
"homepage": "https://github.com/unumux/willow#readme",
"dependencies": {
"bootstrap": "^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "6.1.3",
"@commitlint/config-conventional": "6.1.3",
"@unumux/stylelint-config-unumux": "2.0.1",
"commitizen": "^2.10.1",
"cz-conventional-changelog": "2.1.0",
"husky": "0.14.3",
"semantic-release": "^15.1.4",
"semantic-release-cli": "^4.0.6",
"stylelint": "9.1.3",
"travis-deploy-once": "4.4.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}