-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.23 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.23 KB
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
{
"name": "mdproc",
"version": "0.4.16",
"description": "Extended Markdown processing based on pandoc, graphviz and others.",
"readme": "README.md",
"keywords": [
"markdown",
"pandoc",
"documentation",
"gulp"
],
"author": {
"name": "Tobias Kiertscher",
"email": "dev@mastersign.de",
"url": "http://www.mastersign.de"
},
"license": "MIT",
"repository": "mastersign/mdproc",
"bugs": {
"url": "https://github.com/mastersign/mdproc/issues"
},
"homepage": "https://github.com/mastersign/mdproc",
"main": "./src/index.js",
"files": [
"assets/",
"src/*.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"del": "^6.0.0",
"gulp-exec": "^3.0.2",
"gulp-rename": "^2.0.0",
"gulp-spawn": "^0.4.5",
"gulp-text-simple": "^0.5.5",
"htinliner": "^0.4.1",
"js-yaml": "^4.1.0",
"lazypipe": "^1.0.2",
"lodash": "^4.17.21",
"mdgraphextract": "^0.3.1",
"merge-stream": "^2.0.0",
"through2": "^4.0.2",
"tmp": "^0.2.1"
},
"devDependencies": {
"glob": "^7.1.7",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-less": "^4.0.1",
"h5smpl": "0.2.13",
"mdinclude": "^0.7.2"
}
}