add description to package.json
parent
7c794d24dc
commit
5322f1f65a
11
package.json
11
package.json
|
@ -1,6 +1,17 @@
|
|||
{
|
||||
"name": "mxgraph",
|
||||
"description": "mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
|
||||
"version": "3.7.1",
|
||||
"homepage": "https://github.com/jgraph/mxgraph",
|
||||
"author": "JGraph",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jgraph/mxgraph.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jgraph/mxgraph/issues"
|
||||
},
|
||||
"main": "./javascript/dist/build.js",
|
||||
"scripts": {
|
||||
"postinstall": "grunt build"
|
||||
|
|
Loading…
Reference in New Issue