Skip to content

Commit 354b503

Browse files
Update package.json
1 parent a4e97b1 commit 354b503

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,32 @@
22
"name": "graphicsjs",
33
"filename": "graphics.min.js",
44
"version": "1.0.0",
5-
"description": "Graphics JSON schema",
5+
"description": "A lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/AnyChart/graphicsjs.git"
99
},
10+
"bugs": {
11+
"url": "https://github.com/anychart/graphicsjs/issues"
12+
},
1013
"keywords": [
14+
"javascript",
15+
"SVG",
16+
"AnyChart",
17+
"HTML5",
18+
"library",
19+
"VML",
1120
"graphics",
1221
"lightweight"
1322
],
14-
"author": "RomanLubushkin",
23+
"author": "AnyChart",
24+
"contributors": [
25+
"Sergey Medvedev <[email protected]>",
26+
"Anton Kagakin <[email protected]>",
27+
"Anton Saukh <[email protected]>",
28+
"Alexander Kudryavtsev <[email protected]>",
29+
"Roman Lubushkin <[email protected]>"
30+
],
1531
"license": "BSD-3-Clause",
1632
"homepage": "http://www.graphicsjs.org/"
1733
}

0 commit comments

Comments
 (0)