-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1023 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
{
"name": "juttle-graphite-adapter",
"version": "0.6.0",
"description": "Juttle adapter for Graphite",
"keywords": [
"juttle",
"adapter",
"graphite"
],
"homepage": "https://github.com/juttle/juttle-graphite-adapter",
"bugs": "https://github.com/juttle/juttle-graphite-adapter/issues",
"license": "Apache-2.0",
"main": "lib/index.js",
"repository": "juttle/juttle-graphite-adapter",
"scripts": {
"shrinkwrap": "npm-shrinkwrap"
},
"dependencies": {
"bluebird": "^3.0.5",
"isomorphic-fetch": "^2.2.0",
"lazy-socket": "0.0.4",
"underscore": "^1.8.3"
},
"juttleAdapterAPI": "^0.7.0",
"devDependencies": {
"bluebird-retry": "^0.5.2",
"chai": "^3.4.1",
"eslint": "^1.10.3",
"gulp": "^3.9.1",
"gulp-eslint": "^1.1.1",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"istanbul": "^0.4.2",
"jshint": "^2.9.1-rc1",
"mocha": "^2.3.4",
"uuid": "^2.0.1"
},
"engines": {
"node": ">=4.2.0",
"npm": ">=2.14.7"
}
}