-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
40 lines (40 loc) · 972 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
{
"name": "json-criteria",
"version": "2.7.0",
"description": "Evaluate criteria queries on JSON objects MongoDB style.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test",
"prepublish": "grunt recompile"
},
"repository": "mirek/node-json-criteria",
"homepage": "https://github.com/mirek/node-json-criteria",
"keywords": [
"mongo",
"like",
"query",
"criteria",
"json",
"evaluate",
"find"
],
"author": "Mirek Rusin http://github.com/mirek",
"license": "MIT",
"dependencies": {
"json-hash": "^1.1.0"
},
"devDependencies": {
"babel": "^5.2.17",
"babelify": "^6.0.2",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.0",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-mocha-test": "^0.12.7",
"load-grunt-tasks": "^3.1.0",
"mocha": "^2.2.4"
}
}