forked from jonstorer/passport-mocked
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.13 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
46
47
48
49
50
51
52
{
"name": "passport-strategy-mock",
"version": "0.1.1",
"description": "Passport Strategy Mock",
"main": "./",
"scripts": {
"test": "./node_modules/.bin/mocha ./test/**/*"
},
"repository": {
"type": "git",
"url": "https://github.com/AlexeyKhristov/passport-strategy-mock.git"
},
"author": {
"name" : "shake-apps",
"url" : "https://github.com/shake-apps"
},
"contributors": [
{
"name" : "shake-apps",
"url" : "https://github.com/shake-apps"
},
{
"name" : "Alexey Khristov",
"email" : "[email protected]",
"url" : "https://github.com/AlexeyKhristov"
}
],
"keywords": [
"passport",
"strategy",
"mock",
"mocked",
"mocking",
"test",
"testing"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexeyKhristov/passport-strategy-mock/issues"
},
"homepage": "https://github.com/AlexeyKhristov/passport-strategy-mock",
"dependencies": {
"faker": "^3.0.1",
"moment": "^2.10.6",
"passport": "0.3.0"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.5",
"sinon": "^1.16.0"
}
}