chartjs-node-canvas
Version:
A node renderer for Chart.js using canvas.
54 lines (53 loc) • 1.57 kB
JSON
{
"name": "chartjs-node-canvas",
"version": "2.1.0",
"description": "A node renderer for Chart.js using canvas.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha --opts ./mocha.opts dist/**/*.spec.js",
"debug-test": "node --inspect-brk=33295 --nolazy node_modules/mocha/bin/_mocha --opts ./mocha.opts dist/**/*.spec.js",
"watch-build": "tsc --watch",
"watch-test": "mocha --watch --opts ./mocha.opts dist/**/*.spec.js",
"release": "release-it",
"docs": "jsdoc2md dist/index.js > API.md"
},
"bugs": {
"url": "https://github.com/SeanSobey/ChartjsNodeCanvas/issues",
"email": "sean.m.sobey@gmail.com"
},
"author": {
"name": "Sean Sobey",
"email": "sean.m.sobey@gmail.com"
},
"homepage": "https://github.com/SeanSobey/ChartjsNodeCanvas",
"repository": {
"type": "git",
"url": "https://github.com/SeanSobey/ChartjsNodeCanvas.git"
},
"readme": "README.md",
"license": "MIT",
"dependencies": {
"canvas": "^2.4.1",
"fresh-require": "^1.0.3"
},
"peerDependencies": {
"chart.js": "^2.7.3"
},
"devDependencies": {
"@types/chart.js": "^2.7.50",
"@types/mocha": "^5.2.6",
"@types/node": "^11.12.0",
"chart.js": "^2.8.0",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^5.2.0",
"release-it": "^10.3.1",
"source-map-support": "^0.5.11",
"tslint": "^5.14.0",
"tslint-divid": "^1.3.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-immutable": "^5.5.2",
"typescript": "^3.3.4000"
}
}