UNPKG

1.91 kBJSONView Raw
1{
2 "name": "express-status-monitor",
3 "version": "1.1.5",
4 "description": "Realtime Monitoring for Express-based Node applications",
5 "main": "index.js",
6 "keywords": [
7 "node",
8 "status",
9 "monitoring",
10 "express",
11 "charts"
12 ],
13 "engines": {
14 "node": ">=4"
15 },
16 "author": "Rafal Wilinski <raf.wilinski@gmail.com> (http://rwilinski.me)",
17 "contributors": [
18 {
19 "name": "Julien Breux",
20 "email": "julien.breux@gmail.com",
21 "url": "https://github.com/JulienBreux/"
22 },
23 {
24 "name": "Colin Cummings",
25 "email": "colinrcummings@gmail.com",
26 "url": "https://github.com/colinrcummings/"
27 },
28 {
29 "name": "Ferdinand Mütsch",
30 "email": "mail@ferdinand-muetsch.de",
31 "url": "https://github.com/n1try/"
32 },
33 {
34 "name": "Mattia Richetto",
35 "email": "mattia.richetto@gmail.com",
36 "url": "https://github.com/mattiaerre"
37 },
38 {
39 "name": "Jiri Spac",
40 "email": "capajj@gmail.com",
41 "url": "https://github.com/capaj/"
42 }
43 ],
44 "repository": {
45 "type": "git",
46 "url": "https://github.com/RafalWilinski/express-status-monitor.git"
47 },
48 "license": "MIT",
49 "dependencies": {
50 "debug": "^2.6.8",
51 "on-headers": "^1.0.1",
52 "pidusage": "^1.1.6",
53 "socket.io": "^2.0.3"
54 },
55 "scripts": {
56 "coverage": "istanbul cover _mocha test -- --recursive",
57 "test-ci": "mocha --recursive",
58 "test": "mocha --recursive --watch",
59 "snyk-protect": "snyk protect",
60 "publish": "publish",
61 "prepublish": "npm run snyk-protect",
62 "example": "npm i && npm i --prefix examples && npm start --prefix examples",
63 "eslint": "eslint ."
64 },
65 "devDependencies": {
66 "bithound": "^1.7.0",
67 "chai": "^4.1.0",
68 "eslint": "^4.3.0",
69 "istanbul": "^0.4.5",
70 "mocha": "^3.4.2",
71 "publish": "^0.6.0",
72 "sinon": "^2.4.1",
73 "snyk": "^1.37.0"
74 },
75 "snyk": true
76}