forked from RickWong/wait-run
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 854 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": "just-wait",
"version": "1.0.11",
"description": "Wait for a file or directory to change then just return",
"main": "index.js",
"bin": {
"just-wait": "./bin/just-wait.js"
},
"scripts": {},
"author": "Rick Wong",
"contributors": [
{
"name": "Stijn de Witt",
"website": "http://StijnDeWitt.com"
},
{
"name": "Mark Reynolds",
"website": "https://github.com/lostthetrail"
}
],
"repository": {
"type": "git",
"url": "https://github.com/download/just-wait.git"
},
"homepage": "https://github.com/download/just-wait",
"license": "CC-BY-4.0",
"dependencies": {
"chalk": "^1.1.3",
"commander": "2.9.0",
"gaze": "^1.1.2",
"ulog": "^1.0.2"
},
"keywords": [
"wait",
"file",
"directory",
"script",
"cli"
],
"devDependencies": {}
}