-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "browser-refresh",
"description": "Node.js module to enable server updates and restart and browser refresh in response to file modifications",
"main": "lib/index",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/patrick-steele-idem/browser-refresh.git"
},
"keywords": [
"browser",
"refresh",
"live",
"coding",
"reload",
"watch"
],
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/patrick-steele-idem/browser-refresh/issues"
},
"homepage": "https://github.com/patrick-steele-idem/browser-refresh",
"bin": {
"browser-refresh": "bin/browser-refresh"
},
"dependencies": {
"async": "^0.9.0",
"browser-request": "^0.3.3",
"browserify": "^16.2.2",
"colors": "^0.6.2",
"express": "^4.16.3",
"ignoring-watcher": "^1.0.5",
"jsonminify": "^0.2.3",
"minimatch": "^3.0.4",
"opn": "^5.3.0",
"raptor-args": "^1",
"raptor-polyfill": "^1",
"raptor-util": "^1",
"socket.io": "^2.1.1"
},
"version": "1.7.2"
}