-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 833 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 833 Bytes
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
{
"name": "darko",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/cyjake/darko"
},
"dependencies": {
"chokidar": "^4.0.3",
"commander": "^2.19.0",
"debug": "^4.1.0",
"highlight.js": "^11.11.1",
"liquid": "^5.1.1",
"markit": "~0.1.0",
"mime-types": "^3.0.1",
"mkdirp": "~0.3.5",
"rimraf": "^2.6.2",
"sass": "^1.94.0",
"strftime": "~0.9.0",
"yaml-js": "^0.2.3"
},
"bin": {
"darko": "bin/darko",
"darko-build": "bin/darko-build",
"darko-serve": "bin/darko-serve"
},
"scripts": {
"test": "mocha --recursive test"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^11.7.5"
},
"engines": {
"node": "^10.13.0"
},
"license": "MIT",
"keywords": [
"jekyll",
"site generator"
]
}