forked from studiomobile/oauth2-node
-
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) · 709 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 709 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": "Sergey Martynov <martynovs@gmail.com> (http://studiomobile.ru)",
"name": "oauth2-node",
"version": "0.4.8-1",
"homepage": "https://github.com/studiomobile/oauth2-node/",
"repository": {
"type": "git",
"url": "git://github.com/studiomobile/oauth2-node.git"
},
"keywords": [
"auth",
"oauth",
"facebook",
"google",
"twitter",
"dropbox",
"authorization",
"authentication",
"connect",
"express",
"server",
"client"
],
"main": "index.js",
"engines": {
"node": ">= 0.6.x"
},
"dependencies": {
"coffee-script": ">= 1.3.0"
, "underscore": ">= 1.3.0"
, "ua-parser": ">= 0.2.3"
},
"devDependencies": {}
}