Skip to content

Commit 65f60df

Browse files
Release 0.2.1
1 parent 32b9eae commit 65f60df

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

package.json

+50-50
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
2-
"name": "chokidar-cli",
3-
"description": "Ultra-fast cross-platform command line utility to watch file system changes.",
4-
"version": "0.2.0-dev",
5-
"keywords": [
6-
"fs",
7-
"watch",
8-
"watchFile",
9-
"watcher",
10-
"watching",
11-
"file",
12-
"fsevents",
13-
"chokidar",
14-
"cli",
15-
"command",
16-
"shell",
17-
"bash"
18-
],
19-
"bin": {
20-
"chokidar": "./index.js"
21-
},
22-
"homepage": "https://github.com/kimmobrunfeldt/chokidar-cli",
23-
"author": "Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> (http://kimmobrunfeldt.github.io/)",
24-
"repository": {
25-
"type": "git",
26-
"url": "https://github.com/kimmobrunfeldt/chokidar-cli.git"
27-
},
28-
"bugs": {
29-
"url": "http://github.com/kimmobrunfeldt/chokidar-cli/issues"
30-
},
31-
"license": "MIT",
32-
"dependencies": {
33-
"anymatch": "^1.1.0",
34-
"bluebird": "^2.9.24",
35-
"chokidar": "^1.0.1",
36-
"lodash": "^3.7.0",
37-
"shell-quote": "^1.4.3",
38-
"yargs": "^3.7.2"
39-
},
40-
"devDependencies": {
41-
"commander": "^2.8.0",
42-
"mocha": "^2.2.4",
43-
"mustache": "^2.0.0",
44-
"semver": "^4.3.3",
45-
"shelljs": "^0.4.0",
46-
"string": "^3.1.1"
47-
},
48-
"scripts": {
49-
"test": "mocha"
50-
}
51-
}
2+
"name": "chokidar-cli",
3+
"description": "Ultra-fast cross-platform command line utility to watch file system changes.",
4+
"version": "0.2.1",
5+
"keywords": [
6+
"fs",
7+
"watch",
8+
"watchFile",
9+
"watcher",
10+
"watching",
11+
"file",
12+
"fsevents",
13+
"chokidar",
14+
"cli",
15+
"command",
16+
"shell",
17+
"bash"
18+
],
19+
"bin": {
20+
"chokidar": "./index.js"
21+
},
22+
"homepage": "https://github.com/kimmobrunfeldt/chokidar-cli",
23+
"author": "Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> (http://kimmobrunfeldt.github.io/)",
24+
"repository": {
25+
"type": "git",
26+
"url": "https://github.com/kimmobrunfeldt/chokidar-cli.git"
27+
},
28+
"bugs": {
29+
"url": "http://github.com/kimmobrunfeldt/chokidar-cli/issues"
30+
},
31+
"license": "MIT",
32+
"dependencies": {
33+
"anymatch": "^1.1.0",
34+
"bluebird": "^2.9.24",
35+
"chokidar": "^1.0.1",
36+
"lodash": "^3.7.0",
37+
"shell-quote": "^1.4.3",
38+
"yargs": "^3.7.2"
39+
},
40+
"devDependencies": {
41+
"commander": "^2.8.0",
42+
"mocha": "^2.2.4",
43+
"mustache": "^2.0.0",
44+
"semver": "^4.3.3",
45+
"shelljs": "^0.4.0",
46+
"string": "^3.1.1"
47+
},
48+
"scripts": {
49+
"test": "mocha"
50+
}
51+
}

0 commit comments

Comments
 (0)