-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 964 Bytes
/
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
{
"name": "render-build",
"version": "0.4.0",
"description": "A Templated Site Generator Based on NodeJS",
"main": "rbuild.js",
"scripts": {
"test": "node test/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RavelloH/RenderBuild.git"
},
"keywords": [
"site-generator"
],
"author": "RavelloH",
"license": "MIT",
"bugs": {
"url": "https://github.com/RavelloH/RenderBuild/issues"
},
"homepage": "https://github.com/RavelloH/RenderBuild#readme",
"dependencies": {
"chokidar": "^3.5.3",
"ejs": "^3.1.9",
"fs-extra": "^11.2.0",
"js-beautify": "^1.14.11",
"js-yaml": "^4.1.0",
"live-server": "^1.2.2",
"markdown-it": "^14.1.0",
"moment": "^2.30.1",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2",
"path": "^0.12.7",
"rlog-js": "^1.4.2"
}
}