-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 920 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
{
"name": "vue-elder-stepper",
"version": "0.0.0-development",
"description": "Stepper component for vue",
"main": "index.js",
"scripts": {
"test": "echo \"no test specified\"",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/ElderAS/vue-elder-stepper.git"
},
"keywords": [
"vue",
"stepper",
"component"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/ElderAS/vue-elder-stepper/issues"
},
"homepage": "https://github.com/ElderAS/vue-elder-stepper#readme",
"dependencies": {
"@kvass/vue2-icon": "^1.0.3"
},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"semantic-release-cli": "^5.4.4",
"semantic-release": "^18.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}