UNPKG

1.77 kBJSONView Raw
1{
2 "name": "express-status-monitor",
3 "version": "1.0.1",
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": "Ferdinand Mütsch",
25 "email": "mail@ferdinand-muetsch.de",
26 "url": "https://github.com/n1try/"
27 },
28 {
29 "name": "Mattia Richetto",
30 "email": "mattia.richetto@gmail.com",
31 "url": "https://github.com/mattiaerre"
32 },
33 {
34 "name": "Jiri Spac",
35 "email": "capajj@gmail.com",
36 "url": "https://github.com/capaj/"
37 }
38 ],
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/RafalWilinski/express-status-monitor.git"
42 },
43 "license": "MIT",
44 "dependencies": {
45 "debug": "^2.6.9",
46 "on-headers": "^1.0.1",
47 "pidusage": "^1.1.6",
48 "socket.io": "^2.0.3"
49 },
50 "scripts": {
51 "coverage": "istanbul cover _mocha test -- --recursive",
52 "test-ci": "mocha --recursive",
53 "test": "mocha --recursive --watch",
54 "snyk-protect": "snyk protect",
55 "publish": "publish",
56 "prepublish": "npm run snyk-protect",
57 "example": "npm i && npm i --prefix examples && npm start --prefix examples",
58 "eslint": "eslint ."
59 },
60 "devDependencies": {
61 "bithound": "^1.7.0",
62 "chai": "^4.1.0",
63 "eslint": "^4.3.0",
64 "istanbul": "^0.4.5",
65 "mocha": "^3.4.2",
66 "publish": "^0.6.0",
67 "sinon": "^2.4.1",
68 "snyk": "^1.37.0"
69 },
70 "snyk": true
71}
\No newline at end of file