Chart.js/package.json

55 lines
1.4 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.",
2017-08-28 10:33:42 +02:00
"version": "2.7.0",
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": {
2017-05-25 17:53:37 +02:00
"browserify": "^14.3.0",
"browserify-istanbul": "^2.0.0",
"bundle-collapser": "^1.2.1",
2017-05-25 18:55:21 +02:00
"child-process-promise": "^2.2.1",
"coveralls": "^2.13.1",
"gitbook-cli": "^2.3.0",
2016-02-05 10:11:58 +01:00
"gulp": "3.9.x",
2017-05-25 17:53:37 +02:00
"gulp-concat": "~2.6.x",
"gulp-connect": "~5.0.0",
2017-05-25 18:55:21 +02:00
"gulp-eslint": "^3.0.1",
"gulp-file": "^0.3.0",
2017-05-25 17:53:37 +02:00
"gulp-html-validator": "^0.0.5",
"gulp-insert": "~0.5.0",
"gulp-replace": "^0.5.4",
2017-05-25 17:53:37 +02:00
"gulp-size": "~2.1.0",
"gulp-streamify": "^1.0.2",
2017-05-25 18:55:21 +02:00
"gulp-uglify": "~3.0.x",
2017-05-25 17:53:37 +02:00
"gulp-util": "~3.0.x",
"gulp-zip": "~4.0.0",
2017-05-25 18:55:21 +02:00
"jasmine": "^2.6.0",
"jasmine-core": "^2.6.2",
"karma": "^1.7.0",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
2017-05-25 18:55:21 +02:00
"merge-stream": "^1.0.1",
"pixelmatch": "^4.0.2",
"vinyl-source-stream": "^1.1.0",
2017-05-25 18:55:21 +02:00
"watchify": "^3.9.0",
2017-05-25 17:53:37 +02:00
"yargs": "^8.0.1"
2015-08-23 20:58:19 +02:00
},
"spm": {
"main": "Chart.js"
2015-09-28 20:45:53 +02:00
},
"dependencies": {
"chartjs-color": "~2.2.0",
"moment": "~2.18.0"
2015-08-23 20:58:19 +02:00
}
2016-08-27 14:29:09 +02:00
}