forked from briankircho/mongoose-schema-extend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 946 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
{
"name": "mongoose-schema-extend",
"version": "0.1.7",
"description": "mongoose schema inheritance and discriminator key extension",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/briankircho/mongoose-schema-extend",
"repository": {
"type": "git",
"url": "git://github.com/briankircho/mongoose-schema-extend.git"
},
"keywords": [
"mongoose",
"inheritance",
"schema",
"discriminator",
"model"
],
"author": "Brian Kirchoff <[email protected]>",
"contributors": [
{ "name": "Brian Kirchoff", "email": "[email protected]" },
{ "name": "Ajay Sabhaney", "email": "[email protected]" },
{ "name": "Nicholas Calugar", "email" : "[email protected]" }
],
"license": "BSD",
"dependencies": {
"owl-deepcopy": "~0.0.1"
},
"devDependencies": {
"mocha": "~1.3.2",
"should": "~1.1.0",
"mongoose": "~3.5.7"
}
}