-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 732 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 732 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
{
"name": "varanus",
"version": "2.0.1",
"description": "Tool for sending performance monitoring metrics",
"main": "index.js",
"scripts": {
"test": "mocha test.js",
"perf": "node perfTest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MikeyBurkman/varanus.git"
},
"keywords": [
"monitoring",
"performance"
],
"author": "MikeyBurkman",
"license": "MIT",
"bugs": {
"url": "https://github.com/MikeyBurkman/varanus/issues"
},
"homepage": "https://github.com/MikeyBurkman/varanus#readme",
"dependencies": {
"x51": "^2.0.1"
},
"devDependencies": {
"bluebird": "^3.4.0",
"chai": "^3.5.0",
"mocha": "^2.5.3",
"sinon": "^1.17.4"
}
}