123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "chart.js",
- "homepage": "http://www.chartjs.org",
- "description": "Simple HTML5 charts using the canvas element.",
- "version": "2.7.2",
- "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",
- "eslint-config-chartjs": "^0.1.0",
- "eslint-plugin-html": "^4.0.2",
- "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-htmllint": "^0.0.15",
- "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"
- }
- }
|