-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 940 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": "gulp-watch-and-touch",
"version": "1.2.1",
"description": "Watch out for dependent files, if they change - touch the file that includes them or any other file you need.",
"main": "index.js",
"scripts": {
"happiness": "happiness --verbose --fix | snazzy",
"test": "npm run happiness"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dutchenkoOleg/gulp-watch-and-touch.git"
},
"keywords": [
"gulp",
"gulp4",
"watch",
"touch",
"mtime"
],
"author": "Oleg Dutchenko <dutchenko.o.dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dutchenkoOleg/gulp-watch-and-touch/issues"
},
"homepage": "https://github.com/dutchenkoOleg/gulp-watch-and-touch#readme",
"engines": {
"node": ">= 6.3.0"
},
"dependencies": {
"gulp-watch": "^5.0.1"
},
"devDependencies": {
"happiness": "^10.0.2",
"snazzy": "^7.0.0"
}
}