-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
39 lines (39 loc) · 999 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
{
"name": "sails-hook-apianalytics",
"version": "2.0.6",
"description": "Hook for advanced logging of API requests to a Sails.js server.",
"main": "lib/sails-hook-apianalytics.js",
"scripts": {
"custom-tests": "echo 'This package does not have any other custom tests.'",
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 && echo '✔ Your code looks good.'",
"test": "npm run lint && npm run custom-tests"
},
"keywords": [
"sails.js",
"hook",
"development",
"dependencies",
"monitoring"
],
"author": "Mike McNeil",
"license": "MIT",
"bugs": {
"url": "http://sailsjs.com/bugs"
},
"homepage": "http://sailsjs.com",
"dependencies": {
"@sailshq/lodash": "^3.10.2",
"chalk": "2.3.0",
"fs-extra": "0.30.0"
},
"repository": {
"type": "git",
"url": "git://github.com/mikermcneil/sails-hook-apianalytics.git"
},
"sails": {
"isHook": true
},
"devDependencies": {
"eslint": "3.19.0"
}
}