forked from jgraph/mxgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 839 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "mxgraph",
"description": "mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
"version": "4.0.3",
"homepage": "https://github.com/jgraph/mxgraph",
"author": {
"name": "JGraph Ltd",
"email": "support@jgraph.com"
},
"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": {
"prepare": "grunt build --base ./ --gruntfile etc/build/Gruntfile.js"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-webpack": "^2.0.1",
"load-grunt-tasks": "^3.5.2",
"webpack": "^2.2.1"
}
}