mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Prevent duplicate version of moment.js (which is pretty large) when an app also depends on moment (with less strict semver range)
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "chart.js",
|
|
"homepage": "http://www.chartjs.org",
|
|
"description": "Simple HTML5 charts using the canvas element.",
|
|
"version": "2.7.1",
|
|
"license": "MIT",
|
|
"main": "src/chart.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/chartjs/Chart.js.git"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^14.5.0",
|
|
"browserify-istanbul": "^3.0.1",
|
|
"bundle-collapser": "^1.3.0",
|
|
"child-process-promise": "^2.2.1",
|
|
"coveralls": "^3.0.0",
|
|
"eslint": "^4.9.0",
|
|
"gitbook-cli": "^2.3.2",
|
|
"gulp": "3.9.x",
|
|
"gulp-concat": "~2.6.x",
|
|
"gulp-connect": "~5.0.0",
|
|
"gulp-eslint": "^4.0.0",
|
|
"gulp-file": "^0.3.0",
|
|
"gulp-html-validator": "^0.0.5",
|
|
"gulp-insert": "~0.5.0",
|
|
"gulp-replace": "^0.6.1",
|
|
"gulp-size": "~2.1.0",
|
|
"gulp-streamify": "^1.0.2",
|
|
"gulp-uglify": "~3.0.x",
|
|
"gulp-util": "~3.0.x",
|
|
"gulp-zip": "~4.0.0",
|
|
"jasmine": "^2.8.0",
|
|
"jasmine-core": "^2.8.0",
|
|
"karma": "^1.7.1",
|
|
"karma-browserify": "^5.1.1",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-firefox-launcher": "^1.0.1",
|
|
"karma-jasmine": "^1.1.0",
|
|
"karma-jasmine-html-reporter": "^0.2.2",
|
|
"merge-stream": "^1.0.1",
|
|
"pixelmatch": "^4.0.2",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.9.0",
|
|
"yargs": "^9.0.1"
|
|
},
|
|
"spm": {
|
|
"main": "Chart.js"
|
|
},
|
|
"dependencies": {
|
|
"chartjs-color": "^2.1.0",
|
|
"moment": "^2.10.2"
|
|
}
|
|
}
|