forked from KyleRoss/windows-cpu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 868 Bytes
/
package.json
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
35
36
37
38
39
{
"name": "windows-cpu",
"version": "0.1.4",
"description": "CPU monitoring utilities for Node.js apps on Windows.",
"homepage": "https://github.com/KyleRoss/windows-cpu",
"license": "MIT",
"main": "index.js",
"keywords": [
"cpu",
"process",
"processor",
"windows",
"win",
"win32",
"stats",
"module",
"load"
],
"author": [
"Kyle Ross <[email protected]>",
"Vishnu Bharathi <[email protected]> (https://twitter.com/scriptnull)",
"SkyLined (https://github.com/SkyLined)"
],
"bugs": "https://github.com/KyleRoss/windows-cpu/issues",
"repository": {
"type": "git",
"url": "https://github.com/KyleRoss/windows-cpu.git"
},
"dependencies": {},
"devDependencies": {
"mocha": "~1.14.0",
"should": "~2.1.0"
},
"os": [
"!darwin",
"!linux",
"win32"
]
}