From 5322f1f65a1f687ef4df0cdaf7487f6356881aec Mon Sep 17 00:00:00 2001 From: Brendon Boshell Date: Thu, 9 Mar 2017 12:41:17 +0000 Subject: [PATCH] add description to package.json --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index e0625bbed..a70003887 100644 --- a/package.json +++ b/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"