-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.17 KB
/
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
45
46
47
48
49
{
"name": "objql-object-query-language",
"version": "3.2.0",
"description": "A helpful library allowing you to select particular entries from an array of objects.",
"main": "objql.js",
"scripts": {
"build": "node node_modules/webpack/bin/webpack.js --env.mode=production --config webpack.config.js",
"build-demo": "node node_modules/webpack/bin/webpack.js --env.mode=demo --config webpack.config.js",
"build:all": "npm run build & npm run build-demo",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damianc/objql.git"
},
"keywords": [
"javascript",
"array",
"object",
"selector",
"collection",
"list",
"elements",
"library",
"utils",
"helpers",
"query",
"match",
"check",
"reduce",
"collect",
"filter",
"sort",
"limit",
"type-check",
"iteration",
"property",
"properties"
],
"author": "damianc (Damian Czapiewski)",
"license": "ISC",
"homepage": "https://github.com/damianc/objql#readme",
"devDependencies": {
"jasmine": "^3.5.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {}
}