-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 948 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
38
39
40
41
42
43
{
"name": "gulp-sane-watch",
"version": "3.0.4",
"description": "Gulp watch with sane",
"main": "index.js",
"scripts": {
"test": "eslint . && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ggkovacs/gulp-sane-watch.git"
},
"keywords": [
"gulp",
"watch",
"gulpplugin",
"sane"
],
"author": "Gergely Kovács",
"license": "MIT",
"bugs": {
"url": "https://github.com/ggkovacs/gulp-sane-watch/issues"
},
"homepage": "https://github.com/ggkovacs/gulp-sane-watch",
"dependencies": {
"ansi-colors": "^4.1.1",
"debounce": "^1.2.0",
"extend": "^3.0.2",
"find-index": "^1.1.1",
"glob": "^7.1.6",
"plugin-error": "^1.0.1",
"sane": "^4.1.0"
},
"engine": "node >= 4",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.12.1",
"eslint-config-mito": "^8.0.0",
"husky": "^2.4.1",
"mocha": "^6.1.4",
"temp": "^0.9.0"
}
}