-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 896 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
{
"name": "vue-elder-navigation",
"version": "1.10.4",
"description": "Vue navigation component for elder",
"main": "index.js",
"scripts": {
"test": "echo \"no test specified\"",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/ElderAS/vue-elder-navigation.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/ElderAS/vue-elder-navigation/issues"
},
"homepage": "https://github.com/ElderAS/vue-elder-navigation#readme",
"dependencies": {
"@kvass/vue2-icon": "^1.0.3",
"vue-elder-dropdown": "^1.2.0"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"semantic-release": "^17.2.1",
"semantic-release-cli": "^5.4.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}