-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "watch-network",
"description": "Watch File Events received over the Network using Listen and execute Gulp Tasks based on it",
"url": "https://github.com/efacilitation/watch-network",
"author": "eFa Team <team@efa-gmbh.com>",
"version": "0.2.4",
"license": "MIT",
"main": "build/src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/efacilitation/watch-network.git"
},
"bugs": {
"url": "https://github.com/efacilitation/watch-network/issues"
},
"keywords": [
"gulp",
"gulpfriendly",
"network",
"watch",
"listen"
],
"scripts": {
"test": "node_modules/.bin/gulp spec",
"prepublish": "node_modules/.bin/gulp build"
},
"dependencies": {
"async": "1.5.2",
"lodash": "4.5.0",
"minimatch": "3.0.0"
},
"devDependencies": {
"chai": "3.5.0",
"coffee-script": "1.10.0",
"del": "2.2.0",
"flush-timeouts": "0.0.5",
"gulp": "3.9.1",
"gulp-coffee": "2.3.1",
"gulp-util": "3.0.7",
"mocha": "2.4.5",
"mockery": "1.4.0",
"run-sequence": "1.1.5",
"sinon": "1.17.3",
"sinon-chai": "2.8.0"
}
}