forked from bootenv/loopback-ds-ips-mixin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 909 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
{
"name": "loopback-ds-ips-mixin",
"description": "A mixin to automatically generate createdByIp and updatedByIp attributes for loopback Models",
"version": "1.0.1",
"author": "Bootenv",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:bootenv/loopback-ds-ips-mixin.git"
},
"main": "index.js",
"scripts": {
"pretest": "jscs . && jshint .",
"test": "nyc tap -c ./test.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"outdated": "npm outdated --depth=0"
},
"keywords": [
"loopback",
"strongloop"
],
"dependencies": {
"ipware": "0.0.5",
"debug": "2.x"
},
"peerDependencies": {
"loopback-datasource-juggler": ">=2.29.2"
},
"devDependencies": {
"coveralls": "^2.11.2",
"jscs": "^1.13.1",
"jshint": "^2.8.0",
"loopback": "2.x",
"nyc": "^2.3.0",
"tap": "^1.2.0"
}
}