Chart.js/package.json

53 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.",
2016-11-06 18:31:30 +01:00
"version": "2.4.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": {
"browserify": "^13.0.0",
2016-02-14 03:50:12 +01:00
"browserify-istanbul": "^0.2.1",
"bundle-collapser": "^1.2.1",
"coveralls": "^2.11.6",
2016-02-05 10:11:58 +01:00
"gulp": "3.9.x",
2015-08-23 20:58:19 +02:00
"gulp-concat": "~2.1.x",
"gulp-connect": "~2.0.5",
"gulp-eslint": "^3.0.0",
"gulp-file": "^0.3.0",
2015-08-23 20:58:19 +02:00
"gulp-html-validator": "^0.0.2",
"gulp-insert": "~0.5.0",
2015-08-23 20:58:19 +02:00
"gulp-karma": "0.0.4",
"gulp-replace": "^0.5.4",
2015-08-23 20:58:19 +02:00
"gulp-size": "~0.4.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "~2.0.x",
2015-08-23 20:58:19 +02:00
"gulp-util": "~2.2.x",
"gulp-zip": "~3.2.0",
2015-08-23 20:58:19 +02:00
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"karma": "^0.12.37",
2016-02-14 03:50:12 +01:00
"karma-browserify": "^5.0.1",
2015-08-23 20:58:19 +02:00
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.1",
2015-08-23 20:58:19 +02:00
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-jasmine-html-reporter": "^0.1.8",
"merge-stream": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"yargs": "^5.0.0"
2015-08-23 20:58:19 +02:00
},
"spm": {
"main": "Chart.js"
2015-09-28 20:45:53 +02:00
},
"dependencies": {
"chartjs-color": "^2.0.0",
2015-09-28 20:45:53 +02:00
"moment": "^2.10.6"
2015-08-23 20:58:19 +02:00
}
2016-08-27 14:29:09 +02:00
}