File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-circle-counter" ,
3
3
"version" : " 1.0.0" ,
4
- "private" : true ,
4
+ "description" : " Vue compoment to create a circular counter or progress bar in SVG" ,
5
+ "author" : {
6
+ "name" : " Roy Prins" ,
7
+
8
+ },
9
+ "repository" : " https://github.com/snirp/vue-circle-counter" ,
10
+ "bugs" : " https://github.com/snirp/vue-circle-counter/issues" ,
11
+ "keywords" : [
12
+ " vue" ,
13
+ " circle" ,
14
+ " counter" ,
15
+ " svg" ,
16
+ " progress bar"
17
+ ],
18
+ "license" : " MIT" ,
19
+ "private" : false ,
20
+ "files" : [
21
+ " dist"
22
+ ],
5
23
"scripts" : {
6
24
"serve" : " vue-cli-service serve" ,
7
25
"build" : " vue-cli-service build" ,
8
- "lint " : " vue-cli-service lint "
26
+ "build:npm " : " vue-cli-service build --target lib --name circleCounter ./src/CircleCounter.vue "
9
27
},
28
+ "main" : " dist/circleCounter.umd.js" ,
29
+ "unpkg" : " dist/circleCounter.umd.min.js" ,
10
30
"dependencies" : {
11
31
"vue" : " ^2.5.21"
12
32
},
You can’t perform that action at this time.
0 commit comments