-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 910 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
{
"name": "gulp-multi-dest",
"version": "1.3.7",
"description": "Just like gulp dest but supports multiple output paths",
"main": "index.js",
"scripts": {
"test": "ava -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kdelmonte/gulp-multi-dest.git"
},
"keywords": [
"gulp",
"multiple",
"dest",
"multi",
"write",
"destination"
],
"author": "Kelvin Del Monte",
"license": "MIT",
"bugs": {
"url": "https://github.com/kdelmonte/gulp-multi-dest/issues"
},
"homepage": "https://github.com/kdelmonte/gulp-multi-dest#readme",
"dependencies": {
"async": "^1.5.2",
"through2": "^2.0.1"
},
"devDependencies": {
"ava": "^0.24.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"lodash": "^4.17.4",
"mkdirp-promise": "^5.0.1",
"p-event": "^1.3.0",
"promisify-node": "^0.4.0",
"vinyl": "^2.1.0"
}
}