|
1 | 1 | {
|
2 | 2 | "name": "@coreui/vue-chartjs",
|
3 |
| - "description": "Vue component wrapper for chart.js", |
4 | 3 | "version": "2.0.0-rc.2",
|
5 |
| - "license": "MIT", |
6 |
| - "main": "dist/index.cjs.js", |
7 |
| - "module": "dist/index.esm.js", |
8 |
| - "types": "dist/index.d.ts", |
9 |
| - "homepage": "https://coreui.io", |
10 |
| - "author": { |
11 |
| - "name": "CoreUI", |
12 |
| - "url": "https://coreui.io", |
13 |
| - "github": "https://github.com/coreui", |
14 |
| - "twitter": "https://twitter.com/core_ui" |
15 |
| - }, |
16 |
| - "contributors": [ |
17 |
| - { |
18 |
| - "name": "CoreUI Team", |
19 |
| - "url": "https://github.com/orgs/coreui/people" |
20 |
| - } |
21 |
| - ], |
22 |
| - "repository": { |
23 |
| - "type": "git", |
24 |
| - "url": "https://github.com/coreui/coreui-vue-chartjs.git" |
25 |
| - }, |
26 |
| - "bugs": { |
27 |
| - "url": "https://github.com/coreui/coreui-vue-chartjs/issues" |
28 |
| - }, |
| 4 | + "description": "Vue component wrapper for Chart.js", |
29 | 5 | "keywords": [
|
30 | 6 | "coreui",
|
31 | 7 | "chart.js",
|
|
38 | 14 | "vue chart.js implementation",
|
39 | 15 | "component"
|
40 | 16 | ],
|
| 17 | + "homepage": "https://coreui.io/vue/", |
| 18 | + "bugs": { |
| 19 | + "url": "https://github.com/coreui/coreui-vue/issues" |
| 20 | + }, |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "https://github.com/coreui/coreui-vue.git" |
| 24 | + }, |
| 25 | + "license": "MIT", |
| 26 | + "author": "The CoreUI Team (https://github.com/orgs/coreui/people)", |
| 27 | + "main": "dist/index.js", |
| 28 | + "module": "dist/index.es.js", |
| 29 | + "types": "dist/index.d.ts", |
41 | 30 | "files": [
|
42 |
| - "src", |
43 |
| - "dist" |
| 31 | + "dist/", |
| 32 | + "src/" |
44 | 33 | ],
|
45 | 34 | "scripts": {
|
46 | 35 | "build": "rollup -c"
|
|
0 commit comments