-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (39 loc) · 737 Bytes
/
package.json
File metadata and controls
40 lines (39 loc) · 737 Bytes
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
{
"name": "wtchr",
"title": "Wtchr",
"description": "Simple file/directory watcher.",
"version": "0.0.1",
"homepage": "http://github.com/evanvosberg/wtchr",
"author": {
"name": "Evan Vosberg",
"url": "http://github.com/evanvosberg"
},
"repository": {
"type": "git",
"url": "http://github.com/evanvosberg/wtchr.git"
},
"bugs": {
"url": "http://github.com/evanvosberg/wtchr/issues"
},
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}],
"dependencies": {
"underscore": "~1.4.4",
"minimatch": "~0.2.11",
"crypto": "~0.0.3"
},
"devDependencies": {
},
"keywords": [
"watcher",
"fs",
"file",
"directory",
"event",
"events",
"system"
],
"main": "./wtchr.js"
}