forked from teamfa/sails-hook-mongoat
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 773 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 773 Bytes
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
{
"name": "sails-hook-mongoat",
"version": "2.0.0",
"description": "Provides advanced mongo indexing options for sails models that use the sails-mongo adapter.",
"main": "index.js",
"sails": {
"isHook": true
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mohemohe/sails-hook-mongoat.git"
},
"keywords": [
"sails",
"mongo",
"index",
"expires",
"expiresAfterSeconds",
"unique",
"sparse",
"background",
"weights",
"text",
"2d",
"2dsphere",
"geoHaystack",
"waterline"
],
"author": "Team FA / mohemohe",
"license": "MIT",
"dependencies": {
"async": "^1.0.0",
"lodash": "^3.9.3"
}
}