forked from webxl/grunt-reload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.16 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
{
"name": "grunt-reload",
"description": "A grunt task that enables live reloading of updated watch files in the browser.",
"version": "0.4.0",
"homepage": "https://github.com/webxl/grunt-reload",
"author": {
"name": "Matt Motherway",
"email": "mm@webxl.net",
"url": "http://webxl.net"
},
"repository": {
"type": "git",
"url": "git://github.com/webxl/grunt-reload.git"
},
"bugs": {
"url": "https://github.com/webxl/grunt-reload/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/webxl/grunt-reload/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": "bin/grunt-reload",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "0.4.0rc4",
"connect": "~2.3.0",
"buffers": "0.1.1",
"http-proxy": "0.8.0",
"websocket": "~1.0.8",
"request": "~2.12.0"
},
"devDependencies": {
"grunt": "0.4.0rc4",
"grunt-contrib-watch": "~0.2.0a",
"grunt-contrib-less": "latest",
"grunt-contrib-connect": "0.1.0",
"grunt-contrib-jshint": "0.1.1rc5"
},
"keywords": [
"gruntplugin",
"reload"
]
}