-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
32 lines (32 loc) · 854 Bytes
/
package.json
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
26
27
28
29
30
31
32
{ "name": "dbmon",
"version": "1.1.0",
"description": "Database and Filesystem Monitor Utilities for Real Time Apps",
"keywords" : ["dbmon", "monitoring", "postgresql", "mysql", "oracle", "polling", "rdbms", "faye", "nowjs", "realtime"],
"author": "Strx <[email protected]>",
"main": "./index.js",
"dependencies": {
"pg": ">= 0.6.0",
"faye": ">= 0.6.5",
"now": ">= 0.6.5",
"step": ">= 0.0.4",
"underscore": ">= 1.2.0",
"optimist": ">= 0.0.0"
},
"devDependencies": {
"colors": ">= 0.5.1"
},
"homepage": "https://github.com/straps/node-dbmon",
"repository" : {
"type" : "git",
"url" : "git://github.com/straps/node-dbmon.git"
},
"scripts" : {
"test" : "make test"
},
"bin": {
"dbmon": "./bin/dbmon"
},
"engines": {
"node": "*"
}
}