forked from livereload/livereload-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 853 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
{
"name": "RemoteLiveReload",
"description": "RemoteLiveReload browser extensions refreshes a web page on files change.",
"version": "0.0.4",
"author": {
"name": "Ian Fraser",
"email": "[email protected]"
},
"contributors": [
{
"name": "Andrey Tarantsov (original author)",
"email": "[email protected]"
}
],
"homepage": "https://github.com/bigwave/livereload-extensions",
"repository": {
"type": "git",
"url": "git://github.com/livereload/livereload-extensions.git"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-compress": "~0.6.0",
"grunt-contrib-coffee": "~0.8.2",
"grunt-browserify": "~1.3.0",
"grunt-crx": "~0.3.3",
"coffeeify": "~0.6.0",
"load-grunt-tasks": "~0.3.0"
}
}