{ "name": "chart.js", "homepage": "http://www.chartjs.org", "description": "Simple HTML5 charts using the canvas element.", "version": "2.6.0", "license": "MIT", "main": "src/chart.js", "repository": { "type": "git", "url": "https://github.com/chartjs/Chart.js.git" }, "devDependencies": { "browserify": "^13.0.0", "browserify-istanbul": "^0.2.1", "bundle-collapser": "^1.2.1", "child-process-promise": "^2.2.0", "coveralls": "^2.11.6", "gitbook-cli": "^2.3.0", "gulp": "3.9.x", "gulp-concat": "~2.1.x", "gulp-connect": "~2.0.5", "gulp-eslint": "^3.0.0", "gulp-file": "^0.3.0", "gulp-html-validator": "^0.0.2", "gulp-insert": "~0.5.0", "gulp-replace": "^0.5.4", "gulp-size": "~0.4.0", "gulp-streamify": "^1.0.2", "gulp-uglify": "~2.0.x", "gulp-util": "~2.2.x", "gulp-zip": "~3.2.0", "jasmine": "^2.5.0", "jasmine-core": "^2.5.0", "karma": "^1.5.0", "karma-browserify": "^5.1.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.0", "karma-firefox-launcher": "^1.0.0", "karma-jasmine": "^1.1.0", "karma-jasmine-html-reporter": "^0.2.2", "merge-stream": "^1.0.0", "pixelmatch": "^4.0.2", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0", "yargs": "^5.0.0" }, "spm": { "main": "Chart.js" }, "dependencies": { "chartjs-color": "^2.1.0", "moment": "^2.10.6" } }