-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 799 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
{
"author": "Michael Alexander <mail@michaelalexander.com.au> (http://michaelalexander.com.au)",
"name": "hound",
"description": "Cross platform directory tree watcher, focussed on reliability, speed, and simplicity.",
"keywords": ["directory", "tree", "watch", "windows", "cross", "platform", "reliable", "simple", "fast"],
"version": "1.0.5",
"homepage": "https://github.com/gforceg/node-hound",
"bugs": "https://github.com/gforceg/node-hound/issues",
"repository": {
"type": "git",
"url": "git://github.com/gforceg/node-hound.git"
},
"main": "hound",
"scripts": {
"test": "node_modules/.bin/jasmine-node spec"
},
"dependencies": {},
"devDependencies": {
"jasmine-node": "*"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.7.1"
}
}