Skip to content

Commit 028edea

Browse files
Add bower.json
1 parent 4923b5e commit 028edea

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

bower.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "graphicsjs",
3+
"description": "A lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology",
4+
"main": "./dist/graphics.min.js",
5+
"authors": [
6+
"Sergey Medvedev <[email protected]>",
7+
"Anton Kagakin <[email protected]>",
8+
"Anton Saukh <[email protected]>",
9+
"Alexander Kudryavtsev <[email protected]>",
10+
"Roman Lubushkin <[email protected]>"
11+
],
12+
"license": "BSD-3-Clause",
13+
"keywords": [
14+
"javascript",
15+
"SVG",
16+
"AnyChart",
17+
"HTML5",
18+
"library",
19+
"VML",
20+
"graphics",
21+
"lightweight"
22+
],
23+
"homepage": "http://graphicsjs.org",
24+
"ignore": [
25+
"**/.*",
26+
"npm-debug.log",
27+
"contrib",
28+
"out",
29+
"*.pyc",
30+
"*.swp",
31+
"node_modules",
32+
"bower_components",
33+
"test",
34+
"tests"
35+
]
36+
}

0 commit comments

Comments
 (0)