forked from Kikobeats/sails-hook-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 933 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
43
{
"name": "sails-hook-newrelic",
"description": "Integrates newrelic with your Sails application",
"homepage": "Kikobeats/sails-hook-newrelic",
"version": "0.2.2",
"main": "./index.js",
"author": {
"name": "Kiko Beats",
"email": "[email protected]",
"url": "https://github.com/Kikobeats"
},
"repository": "Kikobeats/sails-hook-newrelic",
"bugs": {
"url": "Kikobeats/sails-hook-newrelic/issues"
},
"keywords": [
"sails",
"hook",
"newrelic",
"metrics",
"integration"
],
"dependencies": {
"newrelic": "^1.17.1",
"newrelic-config": "git+https://github.com/Kikobeats/newrelic-config.git"
},
"devDependencies": {
"sails": "~0.11.0",
"should": "*",
"mocha": "*"
},
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.4.0"
},
"scripts": {
"test": "sh test/test.sh"
},
"license": "MIT",
"sails": {
"isHook": true
}
}