UNPKG

640 BJSONView Raw
1{
2 "name": "plotly",
3 "version": "1.0.0",
4 "description": "Simple node.js wrapper for the plot.ly API",
5 "main": "index.js",
6 "devDependencies": {
7 "random-signal": "0.0.2",
8 "tap": "^0.4.13",
9 "tape": "^3.0.3"
10 },
11 "scripts": {
12 "test": "tap test"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/alexander-daniel/plotly-nodejs.git"
17 },
18 "keywords": [
19 "plotting",
20 "graphs",
21 "interactive",
22 "data",
23 "visualization"
24 ],
25 "author": "Alexander Daniel <alex@lesinstruments.com> (http://lesinstruments.com/)",
26 "license": "MIT",
27 "dependencies": {
28 "mkdirp": "~0.5.0"
29 }
30}