mirror of
https://github.com/samsonjs/NorthWatcher.git
synced 2026-04-27 15:07:46 +00:00
version 0.1.6
This commit is contained in:
parent
62c3256d3e
commit
18215d0a79
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "northwatcher",
|
"name": "northwatcher",
|
||||||
"description": "NorthWatcher is cron for filesystem changes.",
|
"description": "NorthWatcher is cron for filesystem changes.",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"homepage": "http://samhuri.net/proj/NorthWatcher",
|
"homepage": "http://samhuri.net/proj/NorthWatcher",
|
||||||
"author": "Sami Samhuri <sami@samhuri.net>",
|
"author": "Sami Samhuri <sami@samhuri.net>",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -26,8 +26,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"batteries": "0.4.x"
|
"batteries": "0.4.x",
|
||||||
, "optimist": "0.2.x"
|
"optimist": "0.2.x"
|
||||||
},
|
},
|
||||||
"devDependencies": {}
|
"devDependencies": {}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue