forked from hirokidaichi/guiflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1018 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
31
32
33
34
35
36
37
38
39
40
{
"name": "guiflow",
"version": "0.1.0",
"description": "a text editor",
"main": "index.js",
"scripts": {
"start": "DEBUG=true $(npm bin)/electron .",
"clean": "$(npm bin)/gulp clean",
"package": "$(npm bin)/gulp package"
},
"repository": {
"type": "git",
"url": "https://github.com/hirokidaichi/guiflow.git"
},
"author": "hirokidaichi",
"license": "MIT",
"bugs": {
"url": "https://github.com/hirokidaichi/guiflow/issues"
},
"homepage": "https://github.com/hirokidaichi/guiflow",
"dependencies": {
"dialogs": "^1.1.12",
"electron-debug": "^0.5.2",
"electron-windows-installer": "^1.2.5",
"flumine": "^0.1.8",
"sprintf": "^0.1.5",
"through2": "^2.0.1",
"uiflow": "^1.1.1"
},
"devDependencies": {
"ace-min-noconflict": "^1.1.9",
"del": "^2.2.0",
"electron-packager": "^6.0.0",
"electron-prebuilt": "^0.36.9",
"gulp": "^3.9.1",
"gulp-shell": "^0.5.2",
"gulp-zip": "^3.2.0",
"run-sequence": "^1.1.5"
}
}