-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (24 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (24 loc) · 879 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
{
"name": "mongoose-plugins",
"description": "mongoose plugins:CRUD,auth helpers",
"homepage": "https://github.com/truepattern/mongoose-plugins",
"version": "0.3.3",
"author": "truepattern <admin@truepattern.com>",
"dependencies": {
"winston" : ">= 0.6.1",
"underscore" : ">= 1.3.3",
"async" : ">= 0.1.22",
"mongoose" : ">= 2.6.2",
"mongoose-types" : "git://github.com/w33ble/mongoose-types.git#bson-patch"
},
"devDependencies": {
"mocha" : ">= 1.0.3",
"should" : ">= 0.6.3",
"berry" : ">= 0.1.0"
},
"keywords": ["mongoose", "aonx", "plugins", "REST", "CRUD"],
"repository": {"type":"git", "url": "git://github.com/truepattern/mongoose-plugins"},
"main": "index",
"scripts": { "prepublish" : "npm prune" },
"engines": { "node":">= 0.5.0 < 0.7.0" }
}