-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.13 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
{
"name": "json_query",
"version": "1.1.1",
"description": "Library for Searching in a JSON forked from dojox/json for the users don't want to use dojo in their project but still love and trust the libraries and modules created by Dojo Team",
"main": "query.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/harpreetkhalsagtbit/jsonQuery.git"
},
"husky": {
"hooks": {
"pre-commit": "npm test",
"pre-push": "npm test"
}
},
"keywords": [
"json",
"query",
"search",
"filter",
"jsonsearch",
"jsonfilter",
"dojox",
"dojo",
"jsonquery"
],
"author": "Dojo Team, SitePen, Harpreet Singh, Kuljeet Singh",
"license": "GPL",
"bugs": {
"url": "https://github.com/harpreetkhalsagtbit/jsonQuery/issues"
},
"homepage": "https://github.com/harpreetkhalsagtbit/jsonQuery#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"dependencies": {
"assertion-error": "^1.1.0",
"deep-eql": "^4.0.0",
"husky": "^3.0.5",
"type": "^2.0.0",
"type-detect": "^4.0.8"
}
}