forked from STRML/mongoose-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 778 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
{
"name": "mongoose-auth",
"description": "User authentication plugin for mongoose node.js orm",
"version": "0.0.12",
"homepage": "https://github.com/bnoguchi/mongoose-auth/",
"repository": {
"type": "git",
"url": "git://github.com/bnoguchi/mongoose-auth.git"
},
"author": "Brian Noguchi <brian.noguchi@gmail.com> (https://github.com/bnoguchi/)",
"main": "./index.js",
"directories": {
"lib": "."
},
"dependencies": {
"bcrypt": ">=0.5.0",
"mongoose": ">=2.4.8",
"everyauth": ">=0.2.28",
"mongoose-types": ">=1.0.3"
},
"devDependencies": {
"express": ">=2.3.2",
"jade": ">=0.12.1",
"mocha": ">=0.10.1",
"should": ">=0.5.1"
},
"scripts": {
"test": "make"
},
"engines": {
"node": ">=0.4.0"
}
}