plotter
Version:
Turns an array of data into a graph in a pdf document.
17 lines (16 loc) • 387 B
JSON
{
"name": "plotter",
"version": "0.1.4",
"description": "Turns an array of data into a graph in a pdf document.",
"main": "plotter.js",
"author": "Richard Eoin <richardeoin@gmail.com>",
"dependencies": {
"underscore" : "1.4.x"
},
"repository": {
"type": "git",
"url": "https://github.com/richardeoin/nodejs-plotter.git"
},
"license": "MIT",
"engine": "node >= 0.8.14"
}