Skip to content

Commit b3b508c

Browse files
committed
add package.json
1 parent ea38d3a commit b3b508c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "graphicsjs",
3+
"filename": "graphics.min.js",
4+
"version": "1.0.0",
5+
"description": "Graphics JSON schema",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/AnyChart/graphicsjs.git"
9+
},
10+
"keywords": [
11+
"graphics",
12+
"lightweight"
13+
],
14+
"author": "RomanLubushkin",
15+
"license": "BSD-3-Clause",
16+
"homepage": "http://www.graphicsjs.org/"
17+
}

0 commit comments

Comments
 (0)