File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 <blackart.ru@gmail.com>" ,
7+ " Anton Kagakin <ask@chidori.ru>" ,
8+ " Anton Saukh <grasshoppergn@gmail.com>" ,
9+ " Alexander Kudryavtsev <alexander.kudryavtsev@anychart.com>" ,
10+ " Roman Lubushkin <ra.lubushkin@gmail.com>"
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+ }
You can’t perform that action at this time.
0 commit comments