-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 960 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
{
"version": "0.0.7",
"name": "authstarter",
"description": "Add mongodb based authentication to an express web app with three lines of code",
"author": "Tom Clarkson <[email protected]> (http://tqclarkson.com)",
"repository": {
"type": "git",
"url": "https://github.com/tqc/authstarter"
},
"bugs": {
"url": "https://github.com/tqc/authstarter/issues"
},
"main": "./authstarter",
"dependencies": {
"express": ">=3.2",
"mongodb": "1.1.6",
"passport": "*",
"passport-local": "*",
"password-hash": "*",
"node-cache": "*",
"extend": "*",
"connect-flash": "*",
"jshtml": "*",
"jshtml-express": "git://github.com/tqc/jshtml-express.git#patch-1",
"express-partials": "*"
},
"engines": {
"node": ">=0.8",
"npm": "1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tqc/authstarter/raw/master/LICENSE"
}
]
}