forked from floatdrop/gulp-watch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.47 KB
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
52
53
54
55
56
{
"name": "gulp-watch",
"version": "0.6.8",
"description": "Watch, that actually is an endless stream",
"main": "index.js",
"keywords": [
"gulp",
"watch",
"gulpplugin"
],
"scripts": {
"test": "jshint && mocha --reporter spec -t 5000 -s 2000",
"coverage": "istanbul cover node_modules/.bin/_mocha --report html -- -R spec -t 5000 -s 2000",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec -t 5000 -s 2000 && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git://github.com/floatdrop/gulp-watch.git"
},
"author": "Vsevolod Strukchinsky",
"license": "MIT",
"bugs": {
"url": "https://github.com/floatdrop/gulp-watch/issues"
},
"devDependencies": {
"coveralls": "~2.6.0",
"event-stream": "~3.0.20",
"glob-stream": "~3.1.7",
"gulp": "~3.3.4",
"gulp-grep-stream": "0.0.1",
"gulp-mocha": "~0.2.0",
"gulp-plumber": "~0.2.3",
"gulp-sass": "~0.4.0",
"istanbul": "~0.1.44",
"jshint": "^2.5.0",
"longjohn": "~0.2.2",
"mocha": "~1.14.0",
"mocha-lcov-reporter": "0.0.1",
"proxyquire": "^0.6.0",
"should": "~3.0.1",
"sinon": "^1.9.1",
"strip-ansi": "^0.2.1",
"touch": "0.0.3"
},
"dependencies": {
"gaze": "~0.5.1",
"glob": "^4.0.2",
"glob2base": "~0.0.8",
"gulp-batch": "~0.4",
"gulp-util": "~2.2.6",
"minimatch": "~0.3",
"vinyl": "^0.2.3",
"vinyl-fs": "~0.3.0"
},
"engine": "node >= 0.10"
}