-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.32 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
{
"name": "devmind-website",
"version": "2.1.14",
"description": "Gulp extensions to generate a website with blog pages written in asciidoc",
"main": "index.js",
"scripts": {
"test": "gulp",
"build": "./node_modules/typescript/bin/tsc --declaration index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dev-Mind/devmind-website.git"
},
"keywords": [
"Website",
"AsciiDoc"
],
"engines": {
"node": ">=12.0.0"
},
"author": "Guillaume EHRET <Dev-Mind>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dev-Mind/devmind-website/issues"
},
"homepage": "https://github.com/Dev-Mind/devmind-website#readme",
"devDependencies": {
"express": "^4.17.1",
"gulp": "^4.0.2"
},
"dependencies": {
"@types/gulp": "^4.0.6",
"@types/through2": "^2.0.36",
"asciidoctor.js": "^1.5.9",
"cheerio": "^0.22.0",
"fs": "^0.0.1-security",
"graceful-fs": "^4.2.4",
"handlebars": "^4.7.7",
"highlight.js": "^10.7.3",
"kind-of": "^6.0.3",
"lodash.merge": "^4.6.2",
"mixin-deep": "^2.0.1",
"moment": "^2.27.0",
"plugin-error": "^1.0.1",
"prismjs": "^1.22.0",
"set-value": "^3.0.3",
"through2": "^4.0.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"resolutions": {
"yargs-parser": "^13.1.2"
}
}