drawio/war/package.json

32 lines
636 B
JSON
Raw Normal View History

2016-09-26 14:05:37 +00:00
{
2017-03-07 16:00:06 +00:00
"name": "draw.io",
2017-03-14 17:20:59 +00:00
"version": "6.2.4",
2017-03-07 16:00:06 +00:00
"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",
"dependencies": {
"electron-log": "^1.3.0",
2017-03-14 17:20:59 +00:00
"electron-updater": "^1.8.2"
2017-03-07 16:00:06 +00:00
},
"devDependencies": {
2017-03-14 17:20:59 +00:00
"electron": "^1.6.2"
2017-03-07 16:00:06 +00:00
}
}