We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b68088 commit 8dbcf9fCopy full SHA for 8dbcf9f
package.json
@@ -3,6 +3,7 @@
3
"version": "1.0.0",
4
"description": "The premier javascript graphing library",
5
"license": "MIT",
6
+ "main": "./src/plotly.js",
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/plotly/plotly.js.git"
@@ -14,11 +15,18 @@
14
15
"contributors": [
16
{
17
"name": "Alex Johnson",
- "email": "alex@plot.ly"
18
+ "email": "alex@plot.ly",
19
+ "url": "http://environment.harvard.edu/about/fellows/alex-johnson"
20
+ },
21
+ {
22
+ "name": "Mikola Lysenko",
23
+ "email": "mikolalysenko@gmail.com",
24
+ "url": "http://0fps.net"
25
},
26
27
"name": "Étienne Tétreault-Pinard",
- "email": "etienne@plot.ly"
28
+ "email": "etienne@plot.ly",
29
+ "url": "https://github.com/etpinard"
30
31
32
"name": "Ben Postlethwaite",
0 commit comments