-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
59 lines (59 loc) · 1.28 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
{
"name": "remarker",
"version": "1.15.0",
"description": "Remark cli",
"main": "index.js",
"bin": "index.js",
"files": [
"index.js",
"assets",
"vendor",
"layout.njk"
],
"scripts": {
"test": "kocha test",
"cov": "nyc --reporter=lcov --reporter=text-summary npm test",
"codecov": "npm run cov && codecov",
"precommit": "lint-staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kt3k/remarker.git"
},
"keywords": [
"remark",
"markdown",
"cli",
"slides"
],
"author": "Yoshiya Hinosawa",
"license": "MIT",
"bugs": {
"url": "https://github.com/kt3k/remarker/issues"
},
"homepage": "https://github.com/kt3k/remarker#readme",
"dependencies": {
"berber": "^1.4.1",
"connect-livereload": "^0.6.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"layout1": "^1.1.0",
"map-stream": "0.0.7",
"minimisted": "^2.0.0",
"node-emoji": "^1.8.1",
"nunjucks": "^3.0.1",
"openurl": "^1.1.1",
"vinyl-transform": "^1.0.0",
"yaml-hook": "^1.0.0"
},
"devDependencies": {
"axios": "^1.6.0",
"chai": "^4.1.0",
"codecov": "^3.6.5",
"kocha": "^1.8.0",
"nyc": "^13.0.0",
"rimraf": "^2.6.1",
"touch": "^3.1.0",
"ws": "^7.4.6"
}
}