-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 820 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
{
"name": "statman-gauge",
"version": "1.1.0",
"description": "statman-gauge is one of the metrics from the statman library. Loosely based upon codehale metric package, a gauge is an instantaneous measurement metric",
"main": "lib/Gauge.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasonray/statman-gauge.git"
},
"keywords": [
"statman"
],
"author": "jasonray",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasonray/statman-gauge/issues"
},
"homepage": "https://github.com/jasonray/statman-gauge",
"devDependencies": {
"mocha": "^6.2.1",
"should": "^13.2.3"
},
"dependencies": {
"lodash": "^4.17.15",
"string-template": "^1.0.0"
}
}