-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 KB
/
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
41
42
43
{
"name": "stackeditdesktop",
"version": "1.0.0",
"description": "\"Rich Markdown\" editor StackEdit’s Markdown syntax highlighting is unique and for Desktop too. It comes in handy. The refined text formatting of the editor helps you visualize the final rendering of your files. Created using ModeJS, ElectronJS and MeteorJS, by Westgate Studio DevOPS Team www.westgatestudio.xyz",
"main": "app.js",
"dependencies": {},
"devDependencies": {
"electron": "^18.3.7",
"electron-builder": "23.6.0",
"github": "^9.2.0",
"asar": "^0.11.0"
},
"scripts": {
"start": "app.js",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"build": {
"appId": "westgate.id",
"mac": {
"category": "your.app.category.type"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WestgateStudios/StackeditDesktop.git"
},
"keywords": [
"stackedit",
"markdown",
"syntax",
"editor",
"ide",
"electron",
"electron-app"
],
"author": "Westgate Studio DevOPS Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/WestgateStudios/StackeditDesktop/issues"
},
"homepage": "https://github.com/WestgateStudios/StackeditDesktop#readme"
}
}