forked from oscmejia/os-utils
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 780 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "os-utils",
"version": "0.0.14",
"description": "an operating-system utility library",
"url": "http://oscar-mejia.com",
"main": "./lib/osutils.js",
"directories": {
"test": "./test"
},
"repository": {
"type": "git",
"url": "https://github.com/oscmejia/os-utils"
},
"keywords": [
"os",
"operating system",
"server",
"memory",
"cpu",
"monitor",
"stats",
"harddrive"
],
"author": {
"name": "Oscar Mejia",
"email": "oscmejia@vovsolutions.com"
},
"license": "MIT",
"devDependencies": {
"eslint": "^4.7.2",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0"
}
}