forked from havard/node-openid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 707 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ "name": "openid",
"description": "OpenID 1.1/2.0 library for node.js",
"keywords": [ "openid", "auth", "authentication", "identity", "identifier", "relying", "party", "1.1", "2.0", "library" ],
"author": {
"name": "Håvard Stranden",
"email": "havard.stranden@gmail.com",
"web": "http://ox.no" },
"version": "0.4.1",
"repository": {
"type": "git",
"url": "http://github.com/havard/node-openid.git" },
"bugs": "http://github.com/havard/node-openid/issues",
"licenses": [{
"type" : "MIT",
"url" : "http://github.com/havard/node-openid/raw/master/LICENSE" }],
"directories" : {
"lib" : "./lib" },
"main" : "./openid.js",
"engines" : [ "node >= 0.6.0" ]
}