-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 897 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
{
"name": "cascading-relations",
"version": "0.7.9",
"description": "Alternate populate/save/delete functionality for mongoose to allow for cascading relations",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"readmeFilename": "README.md",
"keywords": [
"mongodb",
"mongoose",
"ORM",
"orm",
"relations",
"cascade"
],
"repository": {
"type": "git",
"url": "git://github.com/jraede/cascading-relations.git"
},
"author": "Jason Raede <[email protected]>",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-coffee": "~0.8.0",
"grunt-sed": "~0.1.1",
"grunt-exec": "~0.4.3",
"semver": "~2.2.1",
"should": "~2.1.1"
},
"dependencies": {
"q": "~0.9.7",
"underscore": "~1.5.2",
"dotaccess": "~1.0.4",
"mongoose": "^3.8.8"
}
}