Skip to content

Commit 92a9850

Browse files
committed
Merge pull request #93 from freezy-sk/bower
Added bower.json
2 parents 4f0f1f7 + 280a6ed commit 92a9850

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

bower.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "plotly.js",
3+
"description": "The open source javascript graphing library that powers plotly",
4+
"main": "./dist/plotly.min.js",
5+
"authors": [
6+
"Plotly, Inc."
7+
],
8+
"license": "MIT",
9+
"keywords": [
10+
"graphing",
11+
"plotting",
12+
"data",
13+
"visualization",
14+
"plotly"
15+
],
16+
"homepage": "https://plot.ly",
17+
"ignore": [
18+
"**/.*",
19+
"bower_components",
20+
"build",
21+
"devtools",
22+
"node_modules",
23+
"tasks",
24+
"test"
25+
]
26+
}

0 commit comments

Comments
 (0)