-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
88 lines (88 loc) · 2.43 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"title": "Query-Engine",
"name": "query-engine",
"version": "1.5.7",
"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",
"license": {
"type": "MIT"
},
"badges": {
"travis": true,
"npm": true,
"npmdownloads": true,
"david": true,
"daviddev": true,
"gittip": "bevry",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"keywords": [
"coffeescript",
"query-engine",
"nosql",
"query",
"sql",
"pills",
"search",
"searching",
"lucene",
"filter",
"filtering",
"collections"
],
"author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"funders": [
"BugHerd <support@bugherd.com> (http://bugherd.com/)"
],
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Andrew Shults <andrewjshults@gmail.com> (https://github.com/andrewjshults)",
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"Farid Neshat <FaridN_SOAD@yahoo.com> (https://github.com/alFReD-NSH)",
"Khalid Jebbari <https://github.com/DjebbZ> (https://github.com/DjebbZ)",
"Nicholas Firth-McCoy (https://github.com/nfm)"
],
"bugs": {
"url": "https://github.com/bevry/query-engine/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/bevry/query-engine.git"
},
"browsers": true,
"browser": {
"backbone": false,
"exoskeleton": false
},
"dependencies": {},
"peerDependencies": {},
"devDependencies": {
"exoskeleton": "~0.7.0",
"backbone": "~1.1.2",
"underscore": "~1.7.0",
"docpad": "~6.69.1",
"docpad-plugin-ghpages": "~2.4.3",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-coffeescript": "~2.4.0",
"joe": "~1.5.0",
"joe-reporter-console": "~1.2.1",
"benchmark": "~1.0.0",
"projectz": "~0.3.17"
},
"directories": {
"lib": "./out/lib"
},
"scripts": {
"test": "node ./out/test/everything-test.js"
},
"main": "./out/lib/query-engine.js",
"cakeConfiguration": {
"COFFEE_SRC_PATH": false,
"DOCPAD_SRC_PATH": "src"
}
}