Skip to content

Commit b457206

Browse files
committed
mv and update package.json
1 parent b0ac223 commit b457206

File tree

2 files changed

+82
-49
lines changed

2 files changed

+82
-49
lines changed

package.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"name": "plotly.js",
3+
"version": "1.0.0",
4+
"description": "The premier javascript graphing library",
5+
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/plotly/plotly.js.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/plotly/plotly.js/issues"
12+
},
13+
"author": "Plotly Technologies Inc.",
14+
"contributors": [
15+
{
16+
"name": "Alex Johnson",
17+
"email": "[email protected]"
18+
},
19+
{
20+
"name": "Étienne Tétreault-Pinard",
21+
"email": "[email protected]"
22+
},
23+
{
24+
"name": "Ben Postlethwaite",
25+
"email": "[email protected]",
26+
"url": "http://benpostlethwaite.ca"
27+
}
28+
],
29+
"keywords": [
30+
"graphing",
31+
"plotting",
32+
"data",
33+
"visualization",
34+
"plotly"
35+
],
36+
"scripts": {
37+
"preprocess": "node tasks/preprocess.js",
38+
"build": "node tasks/build.js",
39+
"test": "node tasks/test.js",
40+
"watch": "node tasks/watch.js"
41+
},
42+
"dependencies": {
43+
"3d-view": "^2.0.0",
44+
"alpha-shape": "^1.0.0",
45+
"arraytools": "^1.0.0",
46+
"browserify": "^12.0.1",
47+
"convex-hull": "^1.0.3",
48+
"d3": "3.5.6",
49+
"delaunay-triangulate": "^1.1.6",
50+
"es6-promise": "^3.0.2",
51+
"gl-error2d": "^1.0.0",
52+
"gl-error3d": "^1.0.0",
53+
"gl-line2d": "^1.2.1",
54+
"gl-line3d": "^1.0.1",
55+
"gl-mat4": "^1.1.2",
56+
"gl-mesh3d": "^1.0.4",
57+
"gl-plot2d": "^1.1.6",
58+
"gl-plot3d": "^1.3.0",
59+
"gl-scatter2d": "^1.0.5",
60+
"gl-scatter2d-fancy": "^1.1.1",
61+
"gl-scatter3d": "^1.0.4",
62+
"gl-select-box": "^1.0.1",
63+
"gl-spikes2d": "^1.0.1",
64+
"gl-surface3d": "^1.0.6",
65+
"mouse-change": "^1.1.1",
66+
"mouse-wheel": "^1.0.2",
67+
"ndarray": "^1.0.16",
68+
"ndarray-fill": "^1.0.1",
69+
"ndarray-homography": "^1.0.0",
70+
"ndarray-ops": "^1.2.2",
71+
"node-sass": "^3.4.1",
72+
"right-now": "^1.0.0",
73+
"robust-orientation": "^1.1.3",
74+
"superscript-text": "^1.0.0",
75+
"through2": "^2.0.0",
76+
"tinycolor2": "1.1.2",
77+
"topojson": "^1.6.19",
78+
"uglify-js": "^2.5.0",
79+
"xml2js": "^0.4.15"
80+
},
81+
"devDependencies": {}
82+
}

shelly/plotlyjs/static/plotlyjs/package.json

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)