forked from Moeditor/Moeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.33 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "moeditor",
"version": "0.2.0",
"description": "Your all-purpose markdown editor",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"dist": "build -l snap",
"postinstall": "electron-builder install-app-deps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Menci/Moeditor.git"
},
"keywords": [
"markdown",
"editor"
],
"author": "Menci",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Menci/Moeditor/issues"
},
"homepage": "https://github.com/Menci/Moeditor#readme",
"dependencies": {
"biu.js": "^1.2.0",
"codemirror": "^5.18.2",
"configstore": "^2.1.0",
"electron-localshortcut": "^0.6.1",
"electron-titlebar": "0.0.2",
"flowchart.js": "^1.6.3",
"font-awesome": "^4.6.3",
"highlight.js": "^9.6.0",
"jquery": "^3.1.0",
"js-sequence-diagrams": "^1000000.0.6",
"katex": "^0.6.0",
"lodash": "^4.15.0",
"lrucache": "^1.0.2",
"mathjax": "^2.6.1",
"mathjax-node": "^0.5.1",
"mime": "^1.3.4",
"moemark": "^0.3.8",
"os-locale": "^1.4.0",
"raphael": "^2.2.1"
},
"devDependencies": {
"electron": "^1.4.0",
"electron-builder": "^20.31.2"
},
"build": {
"linux": {
"icon": "icons/Moeditor.icns"
}
}
}