forked from klaascuvelier/gulp-copy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 809 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
{
"name": "gulp-copy",
"version": "0.0.2",
"description": "Plugin copying files to a new destination and using that destination for other actions",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/klaascuvelier/gulp-copy"
},
"keywords": [
"gulpplugin", "copy"
],
"author": {
"name": "Klaas Cuvelier",
"email": "[email protected]",
"url": "http://klaascuvelier.be"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/klaascuvelier/gulp-copy/issues"
},
"devDependencies": {
"jshint": "~2.4.1"
},
"dependencies": {
"gulp-util": "~2.2.9",
"through": "2.3.4"
},
"homepage": "https://github.com/klaascuvelier/gulp-copy"
}