-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.24 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
{
"name": "mongoose-schema-extend",
"version": "0.2.2",
"description": "mongoose schema inheritance and discriminator key extension",
"main": "index.js",
"scripts": {
"test": "node --harmony_proxies ./node_modules/.bin/grunt test"
},
"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 <briankircho@gmail.com>",
"contributors": [
{
"name": "Brian Kirchoff",
"email": "briankircho@gmail.com"
},
{
"name": "Ajay Sabhaney",
"email": "ajay@mothercreative.com"
},
{
"name": "Nicholas Calugar",
"email": "njcalugar@gmail.com"
},
{
"name": "Luis Sieira",
"email": "luis.sieira@spacebar.fr"
}
],
"license": "MIT",
"dependencies": {
"harmony-reflect": "^1.4.2",
"owl-deepcopy": "~0.0.1"
},
"devDependencies": {
"glob": "^5.0.15",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.3.3",
"mongoose": "^4.2.4",
"should": "~1.1.0"
}
}