forked from ViliamKopecky/grunt-este-watch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 807 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
32
33
34
35
36
37
{
"name": "grunt-este-watch",
"version": "0.1.17",
"description": "Run predefined tasks whenever watched file changes. LiveReload included.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/steida/grunt-este-watch.git"
},
"keywords": [
"Node",
"Watch",
"gruntplugin",
"LiveReload"
],
"dependencies": {
"semver": "~2.2.0",
"tiny-lr-fork": "0.0.5"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.10.0",
"grunt-release": "^0.7.0"
},
"author": "Daniel Steigerwald",
"license": "MIT",
"readmeFilename": "README.md",
"scripts": {
"test": "grunt test"
},
"bugs": {
"url": "https://github.com/steida/grunt-este-watch/issues"
},
"engines": {
"node": ">= 0.9.2"
}
}