-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.17 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.17 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
{
"name": "chokidar-cli",
"description": "Ultra-fast cross-platform command line utility to watch file system changes.",
"version": "1.2.0",
"keywords": [
"fs",
"watch",
"watchFile",
"watcher",
"watching",
"file",
"fsevents",
"chokidar",
"cli",
"command",
"shell",
"bash"
],
"bin": {
"chokidar": "./index.js"
},
"homepage": "https://github.com/kimmobrunfeldt/chokidar-cli",
"author": "Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> (http://kimmobrunfeldt.github.io/)",
"repository": {
"type": "git",
"url": "https://github.com/kimmobrunfeldt/chokidar-cli.git"
},
"bugs": {
"url": "http://github.com/kimmobrunfeldt/chokidar-cli/issues"
},
"license": "MIT",
"dependencies": {
"anymatch": "^1.1.0",
"bluebird": "^2.9.24",
"chokidar": "^1.0.1",
"lodash": "^3.7.0",
"npm-run-all": "1.6.0",
"shell-quote": "^1.4.3",
"yargs": "^3.7.2"
},
"devDependencies": {
"commander": "^2.8.0",
"mocha": "^2.2.4",
"mustache": "^2.0.0",
"releasor": "^1.2.1",
"semver": "^4.3.3",
"shelljs": "^0.4.0",
"string": "^3.1.1"
},
"scripts": {
"test": "mocha"
}
}