-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 974 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
41
42
43
44
{
"name": "mongo-faceted",
"version": "0.1.0",
"description": "Using facets with MongoDB",
"main": "./lib/index.js",
"scripts": {
"test": "gulp"
},
"author": "Alpha <[email protected]>",
"license": "MIT",
"dependencies": {
"mongodb": "^1.4.33",
"async": "^0.9.0",
"lodash": "^2.4.1 || ^3.5.0"
},
"optionalDependencies": {
"mongoose": "~3.8.16"
},
"devDependencies": {
"node-debug": "~0.1.0",
"mocha": "^2.1.0",
"gulp": "^3.8.10",
"gulp-mocha": "^2.0.0",
"gulp-util": "^3.0.1",
"should": "^4.4.2",
"cool-reporter": "^0.1.51",
"gulp-jshint": "^1.9.0",
"gulp-jscs": "^1.3.1"
},
"repository": {
"type": "git",
"url": "git://github.com/AlphaGit/mongo-faceted.git"
},
"keywords": [
"mongo",
"facets",
"mongodb",
"search"
],
"bugs": {
"url": "https://github.com/AlphaGit/mongo-faceted/issues"
},
"homepage": "https://github.com/AlphaGit/mongo-faceted"
}