-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 757 Bytes
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
{
"name": "objection-find-query",
"version": "0.2.0",
"description": "query paramter constructor for objection-find",
"main": "index.js",
"scripts": {
"test": "xo && ava"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afm-sayem/objection-find-query.git"
},
"keywords": [
"objection",
"objection.js",
"objection-find"
],
"author": "AFM Sayem <afm.sayem@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/afm-sayem/objection-find-query/issues"
},
"homepage": "https://github.com/afm-sayem/objection-find-query#readme",
"devDependencies": {
"ava": "^0.16.0",
"xo": "^0.16.0"
},
"xo": {
"space": true
}
}