-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 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
{
"name": "node-express-reload",
"version": "0.1.22",
"description": "Helps to refresh your application after changes. Reload application server (hosting and cloud), kill process and install NPM packages online",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"git-push": "git add . && git commit -m 'update' && git push "
},
"repository": {
"type": "git",
"url": "git+https://github.com/natancabral/node-express-reload.git"
},
"author": "natancabral",
"keywords": [
"watch-files",
"watcher",
"fsevents",
"express",
"node",
"nodemon",
"node reload",
"express reload",
"node express reload",
"kill",
"restart",
"reload",
"load",
"refresh",
"alive",
"alive reload"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/natancabral/node-express-reload/issues"
},
"homepage": "https://github.com/natancabral/node-express-reload#readme",
"devDependencies": {
"node-express-reload": "^0.1.14"
},
"dependencies": {
"chokidar": "^3.5.3",
"cookie-parser": "latest",
"cross-port-killer": "^1.4.0",
"express": "latest",
"express-session": "latest",
"session-file-store": "latest"
}
}