drawio/war/package.json
2016-10-07 15:02:07 +02:00

32 lines
521 B
JSON

{
"name": "draw.io",
"version": "1.0.0",
"description": "draw.io desktop",
"main": "electron.js",
"scripts":
{
"start": "electron ."
},
"repository":
{
"type": "git",
"url": "git+https://github.com/jgraph/draw.io.git"
},
"keywords": [
"draw.io",
"diagram",
"flowchart",
"UML"
],
"author": "JGraph",
"license": "GPL-3.0",
"bugs":
{
"url": "https://github.com/jgraph/draw.io/issues"
},
"homepage": "https://github.com/jgraph/draw.io",
"devDependencies":
{
"electron": "^1.4.1"
}
}