Airbreaks-Low-Power/Programming/Javascript/node_modules/plotly/package.json
2023-12-19 18:30:36 -06:00

31 lines
640 B
JSON

{
"name": "plotly",
"version": "1.0.6",
"description": "Simple node.js wrapper for the plot.ly API",
"main": "index.js",
"devDependencies": {
"random-signal": "0.0.2",
"tap": "^0.4.13",
"tape": "^3.0.3"
},
"scripts": {
"test": "tap test"
},
"repository": {
"type": "git",
"url": "https://github.com/alexander-daniel/plotly-nodejs.git"
},
"keywords": [
"plotting",
"graphs",
"interactive",
"data",
"visualization"
],
"author": "Alexander Daniel <alex@lesinstruments.com> (http://lesinstruments.com/)",
"license": "MIT",
"dependencies": {
"mkdirp": "~0.5.0"
}
}