add description to package.json

development
Brendon Boshell 2017-03-09 12:41:17 +00:00
parent 7c794d24dc
commit 5322f1f65a
1 changed files with 11 additions and 0 deletions

View File

@ -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"