-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
47 lines (47 loc) · 1 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "bare-auth",
"version": "1.0.4",
"description": "Minimal, stateless authentication",
"keywords": [
"auth",
"bare",
"authentication",
"minimal",
"oauth",
"stateless"
],
"author": "MatthewMueller <matt@lapwinglabs.com>",
"repository": {
"type": "git",
"url": "git://github.com/lapwinglabs/bare-auth.git"
},
"engines": {
"node": "0.12.7",
"npm": "2.11.3"
},
"scripts": {
"start": "make production"
},
"dependencies": {
"bare-auth-facebook": "^1.0.2",
"bare-auth-google": "^1.0.1",
"bare-auth-linkedin": "^1.0.1",
"bare-auth-twitter": "^1.0.2",
"body-parser": "^1.13.2",
"browserify-middleware": "^7.0.0",
"cors": "^2.7.1",
"debug": "^2.2.0",
"envify": "^3.4.0",
"express": "^4.13.1",
"jade": "^1.11.0",
"jsonwebtoken": "^5.0.4",
"localenv": "^0.2.2",
"morgan": "^1.6.1",
"ms": "^0.7.1",
"throng": "^1.0.0"
},
"devDependencies": {
"node-dev": "^2.6.2"
},
"main": "index"
}