mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-12-29 21:31:27 +00:00
💎 Release new version 2.4.0
This commit is contained in:
34
package.json
34
package.json
@@ -1,12 +1,34 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-chartjs",
|
"name": "vue-chartjs",
|
||||||
"version": "2.3.9",
|
"version": "2.4.0",
|
||||||
"description": "vue.js wrapper for chart.js",
|
"description": "vue.js wrapper for chart.js",
|
||||||
"author": "Jakub Juszczak <jakub@nextindex.de>",
|
"author": "Jakub Juszczak <jakub@posteo.de>",
|
||||||
|
"homepage": "http://vue-chartjs.org",
|
||||||
|
"license": "MIT",
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Thorsten Lünborg",
|
||||||
|
"web": "https://github.com/LinusBorg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Juan Carlos Alonso",
|
||||||
|
"web": "https://github.com/jcalonso"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"name": "Jakub Juszczak",
|
||||||
|
"email": "jakub@posteo.de",
|
||||||
|
"web": "http://www.jakubjuszczak.de"
|
||||||
|
}
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+ssh://git@github.com:apertureless/vue-chartjs.git"
|
"url": "git+ssh://git@github.com:apertureless/vue-chartjs.git"
|
||||||
},
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/apertureless/vue-chartjs/issues"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ChartJs",
|
"ChartJs",
|
||||||
"Vue",
|
"Vue",
|
||||||
@@ -93,6 +115,14 @@
|
|||||||
"webpack-hot-middleware": "^2.6.0",
|
"webpack-hot-middleware": "^2.6.0",
|
||||||
"webpack-merge": "^1.1.1"
|
"webpack-merge": "^1.1.1"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6.9.0"
|
||||||
|
},
|
||||||
|
"babel": {
|
||||||
|
"presets": [
|
||||||
|
"es2015"
|
||||||
|
]
|
||||||
|
},
|
||||||
"browserify": {
|
"browserify": {
|
||||||
"transform": [
|
"transform": [
|
||||||
"babelify"
|
"babelify"
|
||||||
|
|||||||
Reference in New Issue
Block a user