-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.18 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "tinylrs",
"author": {
"name": "Froguard"
},
"version": "1.0.12",
"description": "A tiny server that watch files changed and refresh browser page,via livereload.js and websocket,based on tiny-lr",
"main": "./index.js",
"bin": {
"tinylrs": "./bin/bin.js"
},
"maintainers": [
{
"name": "Froguard",
"email": "figure_wf@163.com"
}
],
"scripts": {
"test": "mocha"
},
"keywords": [
"cmd R",
"f5",
"browser page",
"autoreload",
"server",
"websocket",
"no browser extension",
"watch files",
"separate tiny",
"command line",
"refresh",
"livereload"
],
"dependencies": {
"chokidar": "^1.7.0",
"minimist": "1.2.5",
"tiny-lr": "1.0.4"
},
"devDependencies": {
"chokidar": "^1.7.0",
"mocha": "^3.1.0",
"should": "^11.1.0"
},
"files": [
"index.js",
"LICENSE",
"readme.md",
"lib/",
"bin/",
"test/"
],
"bugs": {
"url": "https://github.com/Froguard/tinylrs/issues"
},
"homepage": "https://github.com/Froguard/tinylrs",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Froguard/tinylrs.git"
},
"license": "MIT"
}