-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 910 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
40
41
42
43
44
45
{
"name": "statware",
"description": "Node.js process/system/custom metrics aggregation suite with middle-ware like abilities.",
"version": "1.1.3",
"author": "Bryce B. Baril <[email protected]>",
"dependencies": {
"fixed-array": "~1.0.0",
"stats-incremental": "~1.1.0"
},
"devDependencies": {
"tape": "~3.0.0"
},
"keywords": [
"monitoring",
"health",
"status",
"stats",
"performance",
"ravenwall"
],
"jshintConfig": {
"asi": true,
"globalstrict": true,
"validthis": true,
"eqnull": true,
"node": true,
"loopfunc": true,
"newcap": false,
"eqeqeq": false
},
"repository": {
"type": "git",
"url": "http://github.com/Ravenwall/node-statware.git"
},
"main": "statware.js",
"directories": {
"test": "./test"
},
"scripts": {
"test": "node test/"
},
"engines": {
"node": ">=0.8.0"
}
}