-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 887 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": "metrix",
"version": "2.0.0",
"description": "event metrics library",
"main": "lib/index.js",
"scripts": {
"all": "make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevegury/metrix.git"
},
"files": [
"lib",
"bin"
],
"keywords": [
"metrics",
"observability",
"monitoring"
],
"author": "Steve Gury",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevegury/metrix/issues"
},
"homepage": "https://github.com/stevegury/metrix#readme",
"dependencies": {
"assert-plus": "^1.0.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.16",
"eslint": "^3.15.0",
"istanbul": "^0.4.5",
"jscs": "^3.0.7",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7"
},
"directories": {
"test": "test"
}
}