-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "cobbler",
"version": "0.0.6",
"description": "Passport mock for integration tests",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "[email protected]:nowk/cobbler.js.git"
},
"keywords": [
"passport",
"mock",
"integration",
"tests"
],
"author": "Yung Hwa Kwon",
"contributors": [
"Jeremy Buis <[email protected]> (https://github.com/jeremybuis)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nowk/cobbler.js/issues"
},
"homepage": "https://github.com/nowk/cobbler.js",
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.19.0",
"sinon": "^1.10.0",
"walking-dead": "0.0.7",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.1.5",
"passport-linkedin-oauth2": "^1.1.1",
"middle-earth": "0.0.6",
"express": "^4.3.1",
"express-session": "^1.2.0",
"body-parser": "^1.2.0",
"cookie-parser": "^1.1.0"
},
"dependencies": {
"passport": "^0.2.0"
}
}