forked from xircleag/loopback-audit-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 963 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": "loopback-audit-logger",
"version": "0.0.3",
"description": "Component to add audit trail capability to loopback projects",
"main": "index.js",
"scripts": {},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/medicinisto/loopback-audit-logger"
},
"dependencies": {
"bunyan": "~1.8.1"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.3",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"loopback": "^2.26.2",
"loopback-datasource-juggler": "^2.45.0",
"loopback-connector-rest": "^1.10.2",
"loopback-boot": "^2.6.5",
"run-sequence": "^1.1.5",
"supertest": "^1.1.0",
"compression": "^1.0.3",
"cors": "^2.5.2",
"loopback-component-explorer": "^2.1.0",
"serve-favicon": "^2.0.1"
},
"files": [
"index.js",
"lib",
"README.md"
]
}