-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
63 lines (63 loc) · 1.53 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
63
{
"name": "fast-live-reload",
"description": "The swiss army knife of live reloading that works with all the browsers.",
"author": {
"name": "Bogdan Mustiata",
"email": "bogdan.mustiata@gmail.com"
},
"contributors": [
{
"name": "Becir Basic",
"email": "becirb@gmail.com"
},
{
"name": "Leo Bergman",
"email": "mail@leobergman.se"
}
],
"version": "2.10.0",
"dependencies": {
"chalk": "1.0.0",
"chokidar": "^3.4.2",
"cookie-parser": "1.3.4",
"express": "^4.17.1",
"express-handlebars": "3.0.0",
"express-http-proxy": "1.5.1",
"express-ws": "2.0.0",
"glob": "^7.1.6",
"handlebars": "^4.7.6",
"node-sass": "^4.14.1",
"once-many": "0.1.0",
"superb-class": "0.2.3",
"tamper": "0.1.0"
},
"devDependencies": {
"grunt": "^1.2.1",
"grunt-chmod": "1.1.1",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-sass": "^3.1.0",
"grunt-sync": "0.8.0"
},
"keywords": [],
"main": "./lib/fast-live-reload.js",
"bin": {
"fast-live-reload": "./lib/fast-live-reload.js",
"flr": "./lib/fast-live-reload.js"
},
"bugs": {
"url": "https://github.com/bmustiata/fast-live-reload/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/bmustiata/fast-live-reload/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/bmustiata/fast-live-reload.git"
},
"readmeFilename": "README.md",
"homepage": "http://blog.ciplogic.com"
}