forked from brrd/abricotine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.8 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"main": "app/index.js",
"name": "Abricotine",
"description": "A markdown editor for desktop",
"homepage": "http://abricotine.brrd.fr",
"repository": {
"type": "git",
"url": "https://github.com/brrd/Abricotine"
},
"bugs": {
"url": "https://github.com/brrd/Abricotine/issues"
},
"version": "0.4.0",
"keywords": [
"markdown",
"text",
"editor"
],
"scripts": {
"deb": "node scripts/deb.js",
"packager": "node scripts/packager.js",
"postinstall": "electron-rebuild",
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"winsetup": "node scripts/winsetup.js"
},
"author": {
"name": "Thomas Brouard",
"email": "contact@brrd.fr",
"url": "http://brrd.fr"
},
"license": "GPL-3.0",
"dependencies": {
"@shagstrom/split-pane": "^0.9.2",
"celldown.js": "latest",
"codemirror": "^5.15.2",
"deep-equal": "^1.0.1",
"electron-prebuilt": "^1.2.3",
"electron-squirrel-startup": "^1.0.0",
"electron-window-state": "^3.0.3",
"font-awesome": "^4.5.0",
"glob": "^5.0.14",
"is-url": "^1.2.1",
"jquery": "^2.2.4",
"kramed": "^0.5.3",
"langmap": "0.0.13",
"less": "^2.5.3",
"mathjax": "^2.6.1",
"mime": "^1.3.4",
"mkdirp": "^0.5.1",
"nconf": "^0.8.2",
"ncp": "^2.0.0",
"parse-filepath": "^0.6.2",
"request": "^2.65.0",
"rimraf": "^2.5.2",
"salvator": "^0.2.0",
"simple-virtual-dom": "^0.1.9",
"spellchecker": "^3.1.3"
},
"devDependencies": {
"commander": "^2.9.0",
"electron-packager": "^8.1.0",
"electron-rebuild": "^1.1.5",
"electron-winstaller": "^2.3.4",
"pretty-ms": "^2.1.0",
"semver": "^5.2.0"
},
"optionalDependencies": {
"electron-installer-debian": "^0.4.0"
},
"abricotine": {
"schema": 3
}
}