forked from goodeggs/librato-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 822 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
{
"name": "librato-node",
"version": "4.1.0",
"description": "A node.js client for Librato Metrics (http://metrics.librato.com/)",
"homepage": "http://goodeggs.github.com/librato-node/",
"main": "lib/librato",
"repository": {
"type": "git",
"url": "git://github.com/goodeggs/librato-node.git"
},
"keywords": [
"librato",
"metrics",
"express"
],
"dependencies": {
"lodash": "^3.6.0",
"request": "^2.55.0"
},
"devDependencies": {
"chai": "^2.3.0",
"coffee-script": "^1.8.0",
"mocha": "^2.0.1",
"mocha-sinon": "^1.1.4",
"nock": "^1.6.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"source-map-support": "^0.2.8"
},
"scripts": {
"pretest": "./node_modules/.bin/coffee -c -m -o lib src",
"test": "./node_modules/.bin/mocha"
}
}