node-plotly
Version:
An un-official plot.ly API client
25 lines (24 loc) • 688 B
JSON
{
"name": "node-plotly",
"version": "1.0.0",
"description": "An un-official plot.ly API client",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kiasaki/node-plotly.git"
},
"keywords": ["plotly", "plotlyjs", "api", "client", "visualization", "graph", "data"],
"author": "Frederic Gingras <frederic@gingras.cc>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kiasaki/node-plotly/issues"
},
"homepage": "https://github.com/kiasaki/node-plotly#readme",
"dependencies": {
"isomorphic-fetch": "2.2.1",
"ramda": "0.21.0"
}
}