mirror of
https://github.com/samsonjs/kwikemon.git
synced 2026-03-25 09:05:51 +00:00
25 lines
No EOL
602 B
JSON
25 lines
No EOL
602 B
JSON
{ "name": "kwikemon"
|
|
, "version": "0.0.2"
|
|
, "description": "monitor one-off things on your servers"
|
|
, "author": "Sami Samhuri <sami@samhuri.net>"
|
|
, "license": "MIT"
|
|
, "repository": "https://github.com/samsonjs/kwikemon"
|
|
, "keywords": [ "monitor", "server", "watch", "one-off", "task" ]
|
|
, "main": "kwikemon.js"
|
|
, "bin": {
|
|
"kwikemon": "./bin/kwikemon"
|
|
, "kwikemond": "./bin/kwikemond"
|
|
}
|
|
, "dependencies": {
|
|
"paramify": "0.0.x"
|
|
, "redis": "0.8.x"
|
|
, "async": "0.2.x"
|
|
}
|
|
, "devDependencies": {
|
|
"mocha": "1.10.x"
|
|
, "better-assert": "1.0.x"
|
|
}
|
|
, "engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
} |