UNPKG

phonetop

Version:

A node.js application to text your phone automatically about resource usage.

38 lines (37 loc) 821 B
{ "name": "phonetop", "version": "1.0.0", "description": "A node.js application to text your phone automatically about resource usage.", "main": "phonetop.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node phonetop.js" }, "repository": { "type": "git", "url": "git+https://github.com/Longlius/phonetop.git" }, "keywords": [ "top", "resource", "usage", "cpu", "usage", "htop", "memory", "usage", "smartphone", "mobile" ], "author": "Matthew Longley", "license": "ISC", "bugs": { "url": "https://github.com/Longlius/phonetop/issues" }, "homepage": "https://github.com/Longlius/phonetop#readme", "dependencies": { "dotenv": "^4.0.0", "os-monitor": "^1.0.5", "twilio": "^3.0.0" } }