UNPKG

627 BJSONView Raw
1{
2 "name" : "os-utils",
3 "version" : "0.0.14",
4 "description" : "an operating-system utility library",
5 "url" : "http://oscar-mejia.com",
6 "main" : "./lib/osutils.js",
7 "directories" : { "test": "./test"},
8
9 "repository" : {
10 "type": "git",
11 "url": "https://github.com/oscmejia/os-utils"
12 },
13 "keywords" : [
14 "os",
15 "operating system",
16 "server",
17 "memory",
18 "cpu",
19 "monitor",
20 "stats",
21 "harddrive"
22 ],
23 "author" : {
24 "name": "Oscar Mejia",
25 "email": "oscmejia@vovsolutions.com"
26 },
27 "license" : "MIT"
28}