forked from yhatt/marp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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": "Marp",
"version": "0.0.11",
"description": "Markdown Presentation Writer (Powered by Electron)",
"repository": {
"type": "git",
"url": "https://github.com/yhatt/marp"
},
"main": "main.js",
"scripts": {
"start": "gulp compile && electron . --development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Yuki Hattori",
"license": "MIT",
"devDependencies": {
"coffee-script": "^1.10.0",
"del": "^2.2.0",
"electron": "1.3.8",
"electron-packager": "8.1.0",
"glob": "^7.0.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-cssnano": "^2.1.1",
"gulp-gzip": "^1.2.0",
"gulp-install": "^0.6.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plist": "^0.1.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tar": "^1.8.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.1.0",
"mkdirp": "^0.5.1",
"run-sequence": "^1.1.5"
},
"dependencies": {
"codemirror": "^5.11.0",
"extend": "^3.0.0",
"github-markdown-css": "^2.4.1",
"highlight.js": "^9.1.0",
"iconv-lite": "^0.4.13",
"jquery": "^3.0.0",
"jschardet": "^1.4.1",
"markdown-it": "^6.0.1",
"markdown-it-emoji": "^1.1.0",
"markdown-it-katex": "^2.0.1",
"markdown-it-mark": "^2.0.0",
"path": "^0.12.7",
"photon": "github:connors/photon",
"twemoji": "github:twitter/twemoji#v2.2.1"
}
}