This repository was archived by the owner on May 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.29 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.29 KB
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
{
"name": "spur-mongoosemanager",
"version": "0.0.4",
"description": "A mongoose manager wrapper that provides some common utilities and extends it to support promises.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --opts ./test/mocha.opts ./test/"
},
"author": {
"name": "Agustin Colchado",
"email": "agustin@colchado.com"
},
"contributors": [
{
"name": "Siavash Etemadieh",
"email": "ssetem@googlemail.com"
},
{
"name": "Joseph McElroy",
"email": "phoey1@gmail.com"
}
],
"license": "MIT",
"keywords": [
"spur",
"spur-framework",
"mongo",
"mongoose",
"extensions"
],
"repository": {
"type": "git",
"url": "git://github.com/opentable/spur-mongoosemanager.git"
},
"bugs": {
"url": "https://github.com/opentable/spur-mongoosemanager/issues"
},
"homepage": "https://github.com/opentable/spur-mongoosemanager",
"dependencies": {
"coffee-script": "1.9.1",
"spur-ioc": "^0.1.2",
"mongoose-timestamp": "^0.4.0",
"mongoose": "^3.8.22",
"mongoomise": "0.0.8"
},
"devDependencies": {
"sinon-chai": "^2.6.0",
"chai": "^1.10.0",
"sinon": "^1.12.2",
"mocha": "^2.1.0",
"nock": "^0.58.0",
"spur-common": "latest"
}
}