-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 951 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 951 Bytes
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
{
"name": "vue-cli-plugin-component",
"version": "1.12.2",
"description": "vue-cli 3 plugin to develop component",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/David-Desmaisons/vue-cli-plugin-component.git"
},
"keywords": [
"vue",
"vue-cli",
"plugin",
"component"
],
"author": "David Desmaisons",
"license": "MIT",
"bugs": {
"url": "https://github.com/David-Desmaisons/vue-cli-plugin-component/issues"
},
"homepage": "https://github.com/David-Desmaisons/vue-cli-plugin-component/blob/master/README.md",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/node": "^10.5.2",
"@vue/cli-shared-utils": "^3.0.0-rc.5",
"camelcase": "^5.0.0",
"git-user-name": "^2.0.0",
"spdx-license-list": "^4.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/jest": "^23.1.4",
"@types/mocha": "^5.2.4"
}
}