-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 850 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
{
"name": "facetor",
"version": "2.0.10",
"description": "NPM module to filter a list of objects by its fields. Useful for e-commerce style catalog pages.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "node node-example.js",
"watch": "nodemon node-example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htkoca/lib-facetor.git"
},
"keywords": [
"facet",
"search",
"filter",
"catalog",
"results",
"items",
"listing"
],
"author": "Tony Ko",
"license": "MIT",
"bugs": {
"url": "https://github.com/htkoca/lib-facetor/issues"
},
"homepage": "https://github.com/htkoca/lib-facetor#readme",
"dependencies": {
"big-integer": "^1.6.26"
},
"devDependencies": {
"nodemon": "^1.18.7"
}
}