forked from jed/authom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 759 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 759 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
26
27
28
29
30
31
32
33
34
{
"author": "Jed Schmidt <tr@nslator.jp> (http://jed.is)",
"name": "authom",
"description": "A dependency-free multi-service authentication tool for node.js",
"version": "0.4.36",
"keywords": [
"auth",
"authorization",
"oauth",
"http"
],
"homepage": "https://github.com/jed/authom",
"contributors": [
"Mark Lussier <mlussier@gmail.com> (https://github.com/intabulas)"
],
"main": "./lib/authom",
"repository": {
"type": "git",
"url": "git://github.com/jed/authom.git"
},
"engines": {
"node": ">=0.6.15"
},
"devDependencies": {
"express": "^4.0.0"
},
"optionalDependencies": {
"oauth": ">=0.9.6"
},
"scripts": {
"start": "sudo node ./example/server.js"
},
"license": "MIT"
}