-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 936 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
{
"name": "nw-vue-horizontal-tree",
"version": "0.1.2",
"description": "yet another vue tree component",
"main": "dist/tree.global.js",
"scripts": {
"demo": "node run-demo.js",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hcfw007/nw-vue-horizontal-tree.git"
},
"author": "Nick Wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/hcfw007/nw-vue-horizontal-tree/issues"
},
"homepage": "https://github.com/hcfw007/nw-vue-horizontal-tree#readme",
"devDependencies": {
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^2.1.1",
"cz-conventional-changelog": "^3.0.2",
"vue": "^2.6.8",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.9",
"webpack": "^4.29.6",
"webpack-dev-server": "^3.2.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}