15ac307d by Rafal Wilinski

:boar: Improve package.json

1 parent 37094a4b
1 { 1 {
2 "name": "node-monitor-status", 2 "name": "express-monitor",
3 "version": "1.0.0", 3 "version": "0.0.1",
4 "description": "Node Monitoring module.", 4 "description": "Node Monitoring module.",
5 "main": "app.js", 5 "main": "app.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [ 6 "keywords": [
10 "node", 7 "node",
11 "status", 8 "status",
12 "monitoring" 9 "monitoring"
13 ], 10 ],
14 "author": "Rafal Wilinski", 11 "author": "Rafal Wilinski raf.wilinski@gmail.com",
15 "license": "ISC", 12 "license": "MIT",
16 "dependencies": { 13 "dependencies": {
17 "on-headers": "^1.0.1", 14 "on-headers": "^1.0.1",
18 "pidusage": "^1.0.4", 15 "pidusage": "^1.0.4",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!