-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
33 lines (33 loc) · 878 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "graphicsjs",
"filename": "graphics.min.js",
"version": "1.4.4",
"description": "A lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology",
"repository": {
"type": "git",
"url": "git+https://github.com/AnyChart/graphicsjs.git"
},
"bugs": {
"url": "https://github.com/anychart/graphicsjs/issues"
},
"keywords": [
"javascript",
"SVG",
"AnyChart",
"HTML5",
"library",
"VML",
"graphics",
"lightweight"
],
"author": "AnyChart",
"contributors": [
"Sergey Medvedev <blackart.ru@gmail.com>",
"Anton Kagakin <ask@chidori.ru>",
"Anton Saukh <grasshoppergn@gmail.com>",
"Alexander Kudryavtsev <alexander.kudryavtsev@anychart.com>",
"Roman Lubushkin <ra.lubushkin@gmail.com>"
],
"license": "BSD-3-Clause",
"homepage": "http://www.graphicsjs.org/"
}