-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 973 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
{
"name" : "snowdrop",
"description" : "A utility that watches a local folder for changes and acts as files in that folder change.",
"keywords" : ["rsync", "vim", "ctags", "tags", "watch", "guard"],
"repository" : {
"type" : "git",
"url" : "git://github.com/raisinbread/snowdrop.git"
},
"bugs" : {
"url" : "http://github.com/raisinbread/snowdrop/issues"
},
"homepage" : "https://github.com/raisinbread/snowdrop",
"version" : "0.9.1",
"author" : "John Anderson <[email protected]>",
"dependencies" : {
"async" : "0.2.x",
"cli-color" : "0.2.x",
"clock" : "0.1.x",
"dateformat" : "1.0.4-1.2.3",
"rsync" : "0.0.x"
},
"devDependencies" : {
"mocha" : "1.8.x"
},
"engines" : {
"node" : ">= 0.9.x"
},
"preferGlobal" : true,
"bin" : {
"snowdrop" : "snowdrop.js"
},
"license" : "MIT"
}