-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 1.91 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "hapi-loggly",
"description": "A HAPI plugin to write logs to loggly.com.",
"version": "1.0.8",
"private": false,
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/codedoctor/hapi-loggly.git"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"test": "grunt testandcoverage"
},
"dependencies": {
"loggly": "1.0.6",
"underscore": ">=1.7.0"
},
"peerDependencies": {
"hapi": ">=6.2.1"
},
"devDependencies": {
"blanket": "1.1.6",
"codo": "2.0.9",
"coffee-script": "1.8.0",
"deep-equal": "0.2.1",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-concurrent": "1.0.0",
"grunt-contrib-coffee": "0.12.0",
"grunt-contrib-watch": "0.6.1",
"grunt-env": "0.4.2",
"grunt-mocha-cov": "0.3.0",
"grunt-mocha-test": "0.12.2",
"grunt-release": "0.7.0",
"grunt-shell": "1.1.1",
"hapi": "7.1.1",
"matchdep": "0.3.0",
"mocha": "2.0.1",
"should": "4.0.4"
},
"config": {
"blanket": {
"pattern": [
"lib"
],
"data-cover-never": "node_modules"
}
},
"gitHead": "b45e9e5d89c0bc02c09ba611767d6c6ef54276e2",
"bugs": {
"url": "https://github.com/codedoctor/hapi-loggly/issues"
},
"homepage": "https://github.com/codedoctor/hapi-loggly",
"_id": "[email protected]",
"_shasum": "4c8ec1ed5b52135fd57b9b78ab4b2c93ac5781c0",
"_from": "[email protected]",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "mwawrusch",
"email": "[email protected]"
},
"maintainers": [
{
"name": "mwawrusch",
"email": "[email protected]"
}
],
"dist": {
"shasum": "4c8ec1ed5b52135fd57b9b78ab4b2c93ac5781c0",
"tarball": "http://registry.npmjs.org/hapi-loggly/-/hapi-loggly-1.0.7.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/hapi-loggly/-/hapi-loggly-1.0.7.tgz",
"readme": "ERROR: No README data found!"
}