init
Showing
package.json
0 → 100644
| { | ||
| "name": "ping2", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "http://git.fcfglobal.co/root/ping" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "@skavinvarnan/cryptlib": "^1.0.3", | ||
| "is-reachable": "^5.0.0", | ||
| "moment-timezone": "^0.5.33", | ||
| "node-cron": "^3.0.0", | ||
| "ps-node": "^0.1.6", | ||
| "request": "^2.88.2", | ||
| "shelljs": "^0.8.4", | ||
| "socket.io-client": "^4.1.3" | ||
| } | ||
| } |
Please register or sign in to comment