UNPKG

chartjs-node

Version:

Create Chart.js chart images server-side

47 lines (46 loc) 1 kB
{ "name": "chartjs-node", "version": "1.7.1", "description": "Create Chart.js chart images server-side", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git+https://github.com/vmpowerio/chartjs-node.git" }, "keywords": [ "Chartjs", "Charts", "Plots", "Graphs" ], "author": "sedouard", "license": "MIT", "bugs": { "url": "https://github.com/vmpowerio/chartjs-node/issues" }, "homepage": "https://github.com/vmpowerio/chartjs-node#readme", "dependencies": { "bluebird": "^3.4.6", "canvas": "1.6.*", "debug": "^2.2.0", "jsdom": "9.8.*", "stream-buffers": "^3.0.1" }, "peerDependencies": { "chart.js": "<=2.7.*" }, "devDependencies": { "grunt": "^1.0.1", "grunt-contrib-jshint": "^1.0.0", "grunt-jscs": "^2.8.0", "grunt-mocha-cli": "^2.1.0", "load-grunt-tasks": "^3.5.2", "mocha": "^3.0.2" } }