-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 919 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
31
32
33
34
35
{
"name": "passport-odesk",
"version": "0.0.10",
"description": "Odesk authentication strategy for Passport.",
"keywords": ["passport", "Odesk", "auth", "authn", "authentication", "identity"],
"repository": {
"type": "git",
"url": "git://github.com/dglittle/passport-odesk.git"
},
"bugs": {
"url": "https://github.com/dglittle/passport-odesk/issues"
},
"author": {
"name": "Anatolij Ostroumov",
"email": "Ostroumov095@gmail.com",
"url": "http://www.teksi.ru/resume"
},
"licenses": [ {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
} ],
"main": "./lib/passport-odesk",
"dependencies": {
"pkginfo": "*",
"passport-oauth": "*"
},
"devDependencies": {
"vows": "*"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows -v test/*-test.js"
},
"readmeFilename": "README.md",
"engines": { "node": ">= 0.8.0" }
}