forked from guillermo/node-facebook-signed-request
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 877 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
{
"name" : "facebook-signed-request",
"description" : "Facebook Signed Request de- and encoder for node.js",
"version" : "0.0.3",
"main" : "./index",
"author" : "Patrick Huesler <[email protected]>",
"contributors" : [
{
"name" : "Patrick Huesler",
"email" : "[email protected]"
},
{
"name": "Maxime Loizeau",
"email": "[email protected]"
}
],
"repository" : {
"type" : "git",
"url" : "https://github.com/ohlala/node-facebook-signed-request.git"
},
"bugs" : {
"web" : "https://github.com/ohlala/node-facebook-signed-request/issues"
},
"licenses" : [
{
"type": "MIT",
"url": "https://github.com/ohlala/node-facebook-signed-request/master/LICENSE"
}
]
}