File tree Expand file tree Collapse file tree 1 file changed +38
-4
lines changed Expand file tree Collapse file tree 1 file changed +38
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-fusioncharts" ,
3
- "version" : " 1.0.0-beta.1 " ,
3
+ "version" : " 1.0.0-beta.2 " ,
4
4
"description" : " FusionCharts component for Vue.js" ,
5
5
"main" : " dist/vue-fusioncharts.js" ,
6
6
"module" : " src/index.js" ,
7
+ "author" : " FusionCharts" ,
8
+ "homepage" : " http://www.fusioncharts.com" ,
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " https://github.com/fusioncharts/react-fusioncharts-component.git"
12
+ },
13
+ "bugs" : {
14
+ "url" : " https://github.com/fusioncharts/react-fusioncharts-component/issues"
15
+ },
16
+ "contributors" : [
17
+ {
18
+ "name" : " Rohit Kumar" ,
19
+ "email" : " rohit.kr001@gmail.com" ,
20
+ "url" : " https://github.com/rohitkr" ,
21
+ "contributions" : 18 ,
22
+ "additions" : 44526 ,
23
+ "deletions" : 144 ,
24
+ "hireable" : null
25
+ }
26
+ ],
27
+ "keywords" : [
28
+ " Vue" ,
29
+ " Vue.js" ,
30
+ " vue-fusioncharts-component" ,
31
+ " vue-fusioncharts" ,
32
+ " fusioncharts" ,
33
+ " javascript-charts" ,
34
+ " interactive-charts" ,
35
+ " charts" ,
36
+ " graphs" ,
37
+ " visualization" ,
38
+ " data-visualization" ,
39
+ " dataviz" ,
40
+ " browserify" ,
41
+ " webpack"
42
+ ],
7
43
"scripts" : {
8
44
"test" : " npm run lint" ,
9
45
"lint" : " eslint ./src/**/*.js webpack.config.babel.js" ,
13
49
"dev" : " webpack-dev-server --config example/webpack.config.js" ,
14
50
"start" : " webpack-dev-server --config example/webpack.config.js"
15
51
},
16
- "keywords" : [],
17
- "author" : " " ,
18
- "license" : " ISC" ,
52
+ "license" : " MIT" ,
19
53
"devDependencies" : {
20
54
"babel" : " ^6.23.0" ,
21
55
"babel-core" : " ^6.24.1" ,
You can’t perform that action at this time.
0 commit comments