63 lines
1.3 KiB
JSON
Executable File
63 lines
1.3 KiB
JSON
Executable File
{
|
|
"name": "watch",
|
|
"description": "Utilities for watching file trees.",
|
|
"tags": [
|
|
"util",
|
|
"utility",
|
|
"fs",
|
|
"files"
|
|
],
|
|
"bin": {
|
|
"watch": "./cli.js"
|
|
},
|
|
"version": "0.13.0",
|
|
"homepage": "https://github.com/mikeal/watch",
|
|
"bugs": {
|
|
"url": "https://github.com/mikeal/watch/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikeal/watch.git"
|
|
},
|
|
"author": {
|
|
"name": "Mikeal Rogers",
|
|
"email": "mikeal.rogers@gmail.com"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"engines": [
|
|
"node >=0.1.95"
|
|
],
|
|
"main": "./main",
|
|
"dependencies": {
|
|
"minimist": "^1.1.0"
|
|
},
|
|
"gitHead": "193d3b0ca432ea4650de3c728d279a64eb1ff5d1",
|
|
"_id": "watch@0.13.0",
|
|
"scripts": {},
|
|
"_shasum": "fcc6d2b3f0e8c73482eb54239a19fd5bcf9a753c",
|
|
"_from": "watch@*",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "finnpauls",
|
|
"email": "derfinn@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "mikeal",
|
|
"email": "mikeal.rogers@gmail.com"
|
|
},
|
|
{
|
|
"name": "finnpauls",
|
|
"email": "derfinn@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "fcc6d2b3f0e8c73482eb54239a19fd5bcf9a753c",
|
|
"tarball": "http://registry.npmjs.org/watch/-/watch-0.13.0.tgz"
|
|
},
|
|
"_resolved": "http://registry.npmjs.org/watch/-/watch-0.13.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|