-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.3 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "vigil",
"version": "0.0.0",
"description": "A system and service monitoring framework based on NodeJS.",
"scripts": {
"test": "./node_modules/.bin/mocha src/tests/*.coffee --compilers coffee:coffee-script",
"build": "echo NYI",
"dist": "echo NYI"
},
"main": "src/index",
"repository": {
"type": "git",
"url": "https://github.com/prajwalkman/vigil.git"
},
"keywords": [
"monitor",
"system",
"service",
"uptime",
"downtime",
"error"
],
"dependencies": {
"express": "latest",
"underscore": "latest",
"underscore.string": "latest",
"coffee-script": "latest",
"socket.io": "latest",
"commander": "latest",
"colors": "latest",
"winston": "latest",
"moment": "latest",
"q": "latest",
"q-io": "latest",
"aws-sdk": "latest",
"nodemailer": "latest",
"docco": "latest",
"shelljs": "latest",
"glob": "latest"
},
"devDependencies": {
"mocha": "latest",
"chai": "latest",
"sinon": "latest",
"sinon-chai": "latest",
"chai-as-promised": "latest",
"mocha-as-promised": "latest"
},
"author": {
"name": "Prajwal Manjunath",
"email": "prajwalkman@gmail.com"
},
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "9e9c7252509e31130422f76689c3c7b29cbf1553"
}