-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 929 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 929 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
35
36
37
38
{
"name": "sysstats",
"version": "1.0.1",
"description": "System statistics for Node, cross platform.",
"main": "lib/sysstats.js",
"scripts": {
"test": "node ./node_modules/istanbul/lib/cli cover ./node_modules/jasmine-node/bin/jasmine-node --captureExceptions tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/XereoNet/node_sysstats.git"
},
"keywords": [
"cpu",
"ram",
"system",
"stats",
"windows",
"linux",
"cross",
"platform"
],
"author": "Jamy Timmermans <me@jamy.be>",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/XereoNet/node_sysstats/issues"
},
"homepage": "https://github.com/XereoNet/node_sysstats",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"jasmine-beforeall": "^0.1.1",
"jasmine-node": "^1.14.5"
},
"dependencies": {
"correcting-interval": "^2.0.0"
}
}