forked from kartikk221/live-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 897 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": "live-directory",
"version": "3.0.3",
"description": "A Simple-To-Use Dynamic File Content Manager For Webservers",
"main": "index.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "node tests/index.js"
},
"homepage": "https://github.com/kartikk221/live-directory",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:kartikk221/live-directory.git"
},
"bugs": {
"url": "https://github.com/kartikk221/live-directory/issues"
},
"keywords": [
"html-manager",
"template-manager",
"hot-reloading",
"reloading",
"webserver",
"template",
"manager",
"frontend",
"assets",
"watch",
"auto"
],
"author": "kartikk221",
"license": "MIT",
"dependencies": {
"chokidar": "^4.0.0"
}
}