-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 729 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
{
"name": "github-oauth-lambda",
"version": "0.1.0",
"description": "AWS Lambda function for GitHub OAuth authentication",
"main": "index.js",
"dependencies": {
"oauth": "~0.9.13"
},
"devDependencies": {
"npm": "~2.13.0",
"grunt": "~0.4.5",
"grunt-aws-lambda": "~0.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jasny/github-oauth-lambda"
},
"keywords": [
"github",
"oauth",
"aws",
"lambda",
"authentication"
],
"author": "Arnold Daniels <arnold@jasny.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasny/github-oauth-lambda/issues"
}
}