forked from bevry/query-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.56 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "query-engine",
"version": "1.5.2",
"description": "Query-Engine is a NoSQL and MongoDb compliant query engine. It can run on the server-side with Node.js, or on the client-side within web browsers",
"homepage": "https://github.com/bevry/query-engine",
"keywords": [
"coffeescript",
"query-engine",
"nosql",
"query",
"sql",
"pills",
"search",
"searching",
"lucene",
"filter",
"filtering",
"collections"
],
"author": "Bevry Pty Ltd <[email protected]> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)",
"Farid Neshat <[email protected]> (https://github.com/alFReD-NSH)",
"Nicholas Firth-McCoy (https://github.com/nfm)",
"Khalid Jebbari <https://github.com/DjebbZ> (https://github.com/DjebbZ)",
"Andrew Shults <[email protected]> (https://github.com/andrewjshults)"
],
"bugs": {
"url": "https://github.com/bevry/query-engine/issues"
},
"repository" : {
"type": "git",
"url": "http://github.com/bevry/query-engine.git"
},
"dependencies": {},
"peerDependencies": {
"backbone": "*"
},
"devDependencies": {
"backbone": "~1.0.0",
"coffee-script": "~1.6.2",
"bal-util": "~2.0.5",
"docpad": ">=6.21.5 <7",
"docpad-plugin-coffeescript": "2.x",
"underscore": "~1.4.4",
"joe": "~1.2.0",
"joe-reporter-list": "~1.2.1",
"benchmark": "~1.0.0"
},
"directories": {
"lib": "./out/lib"
},
"scripts": {
"test": "./node_modules/.bin/cake test"
},
"main": "./out/lib/query-engine.js"
}