Skip to content
  • This project
    • Loading...
  • Sign in

Jabis Sevón / esm

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • esm
  • package.json
  • Rafal Wilinski's avatar
    :frog: Initial Commit · 87b6f07e
    Rafal Wilinski committed 2016-07-31 17:08:11 +0200
    87b6f07e
package.json 419 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
  "name": "node-monitor-status",
  "version": "1.0.0",
  "description": "Node Monitoring module.",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "node",
    "status",
    "monitoring"
  ],
  "author": "Rafal Wilinski",
  "license": "ISC",
  "dependencies": {
    "on-headers": "^1.0.1",
    "pidusage": "^1.0.4",
    "socket.io": "^1.4.8"
  }
}