-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
44 lines (44 loc) · 922 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
44
{
"name": "loopback-filters",
"version": "1.1.1",
"description": "Apply LoopBack filters to Arrays",
"main": "index.js",
"engines": {
"node": ">=4.0.0"
},
"directories": {
"test": "test"
},
"dependencies": {
"debug": "^3.1.0"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-loopback": "^8.0.0",
"mocha": "^4.0.1",
"should": "^13.1.3"
},
"scripts": {
"lint": "eslint .",
"test": "mocha",
"test:watch": "mocha --watch",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-filters.git"
},
"keywords": [
"LoopBack",
"filter",
"sort",
"sorting",
"query"
],
"author": "IBM Corp.",
"license": "MIT",
"bugs": {
"url": "https://github.com/strongloop/loopback-filters/issues"
},
"homepage": "https://github.com/strongloop/loopback-filters"
}