-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 891 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
{
"name": "vue-cli-plugin-atomic-design-components",
"version": "0.1.5",
"description": "Vue CLI plugin for adding a very basic UI library of components based on Atomic Design methodology",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/milad-alizadeh/vue-cli-plugin-atomic-design-components.git"
},
"keywords": [
"vue",
"vue-cli",
"storybook",
"atomic design components",
"atomic design"
],
"author": "Milad Alizadeh <[email protected]> (miladalizadeh.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/milad-alizadeh/vue-cli-plugin-atomic-design-components/issues"
},
"dependencies": {
"vue-cli-plugin-scss-base": "latest",
"vue-cli-plugin-atomic-design": "latest"
},
"homepage": "https://github.com/milad-alizadeh/vue-cli-plugin-atomic-design-components#readme"
}