Chart.js/package.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2014-06-29 19:37:07 +02:00
{
2015-08-23 20:58:19 +02:00
"name": "chart.js",
"homepage": "http://www.chartjs.org",
"description": "Simple HTML5 charts using the canvas element.",
2018-10-15 18:48:00 +02:00
"version": "2.7.3",
2016-04-29 05:23:13 +02:00
"license": "MIT",
"main": "src/chart.js",
2015-08-23 20:58:19 +02:00
"repository": {
"type": "git",
2016-04-25 17:13:50 +02:00
"url": "https://github.com/chartjs/Chart.js.git"
2015-08-23 20:58:19 +02:00
},
"devDependencies": {
"browserify": "^16.2.3",
"browserify-istanbul": "^3.0.1",
"bundle-collapser": "^1.3.0",
2017-05-25 18:55:21 +02:00
"child-process-promise": "^2.2.1",
"coveralls": "^3.0.0",
"eslint": "^5.9.0",
"eslint-config-chartjs": "^0.1.0",
"eslint-plugin-html": "^5.0.0",
"gitbook-cli": "^2.3.2",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.6.1",
"gulp-eslint": "^5.0.0",
"gulp-file": "^0.4.0",
"gulp-htmllint": "^0.0.16",
"gulp-insert": "^0.5.0",
"gulp-replace": "^1.0.0",
"gulp-size": "^3.0.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.0",
"gulp-zip": "^4.2.0",
"jasmine": "^3.3.0",
"jasmine-core": "^3.3.0",
"karma": "^3.1.1",
2017-05-25 18:55:21 +02:00
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.2.0",
2017-05-25 18:55:21 +02:00
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^2.0.0",
"karma-jasmine-html-reporter": "^1.4.0",
2017-05-25 18:55:21 +02:00
"merge-stream": "^1.0.1",
"pixelmatch": "^4.0.2",
"vinyl-source-stream": "^2.0.0",
2017-05-25 18:55:21 +02:00
"watchify": "^3.9.0",
"yargs": "^12.0.2"
2015-08-23 20:58:19 +02:00
},
"spm": {
"main": "Chart.js"
2015-09-28 20:45:53 +02:00
},
"dependencies": {
"chartjs-color": "^2.1.0",
"moment": "^2.10.2"
2015-08-23 20:58:19 +02:00
}
2016-08-27 14:29:09 +02:00
}