Skip to content

Commit

Permalink
npm package description.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfjones committed Apr 13, 2011
1 parent 69ddd96 commit 55a720c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
@@ -0,0 +1,22 @@
{ "name": "watchman",
"description": "A simple utility to watch files/directories and perform an action when they change.",
"version": "0.1.0",
"homepage": "http://github.com/dfjones/watchman",
"keywords": ["file", "filesystem", "change", "command line"],
"author": "Doug Jones <doug@dfjones.net>",
"bin": {
"watchman": "./watchman"
},
"bugs": {
"mail": "doug@dfjones.net",
"web": "http://github.com/dfjones/watchman/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/dfjones/watchman.git"
},
"engines": { "node": ">= 0.4.0" },
"dependencies": {
"cli": ">= 0.2.8"
}
}

0 comments on commit 55a720c

Please sign in to comment.