forked from maksrom/javascript-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.44 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.44 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
57
58
{
"name": "gulp-dir-sync",
"version": "0.1.2",
"description": "Synchronizing directories plugin for Gulp.",
"main": "lib/dir-sync",
"devDependencies": {
"gulp": "^3.8.5",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.0.1"
},
"dependencies": {
"chokidar": "^0.8.2",
"fs-extra": "^0.10.0",
"gulp-util": "^2.2.19"
},
"repository": {
"type": "git",
"url": "git://github.com/nariyu/gulp-dir-sync.git"
},
"homepage": "https://github.com/nariyu/gulp-dir-sync",
"keywords": [
"gulp",
"gulpplugin",
"sync"
],
"author": {
"name": "Yusuke Narita",
"email": "nariyu@gmail.com",
"url": "http://nariyu.jp"
},
"license": "MIT",
"gitHead": "d43523a174c235efc06d0c653fe0a3d4ea90ddbe",
"bugs": {
"url": "https://github.com/nariyu/gulp-dir-sync/issues"
},
"_id": "gulp-dir-sync@0.1.2",
"scripts": {},
"_shasum": "bfd3c89dc47ff5daca3f179720895a9234c32b3b",
"_from": "gulp-dir-sync@*",
"_npmVersion": "1.4.14",
"_npmUser": {
"name": "nariyu",
"email": "nariyu@gmail.com"
},
"maintainers": [
{
"name": "nariyu",
"email": "nariyu@gmail.com"
}
],
"dist": {
"shasum": "bfd3c89dc47ff5daca3f179720895a9234c32b3b",
"tarball": "http://registry.npmjs.org/gulp-dir-sync/-/gulp-dir-sync-0.1.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-dir-sync/-/gulp-dir-sync-0.1.2.tgz",
"readme": "ERROR: No README data found!"
}