-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "passport-clevercloud",
"version": "0.0.6",
"description": "Passportjs strategy for CleverCloud",
"main": "lib/strategy.js",
"scripts": {
"ci": "npm test && check-build",
"test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js",
"test-watch": "mocha -w -G --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Redsmin/passport-clevercloud.git"
},
"keywords": [
"passport",
"passportjs",
"clevercloud",
"sso"
],
"author": "Francois-Guillaume Ribreau <[email protected]> (http://fgribreau.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Redsmin/passport-clevercloud/issues"
},
"dependencies": {
"passport-strategy": "~1.0.0",
"moment": "2.15.0"
},
"engines": {
"node": ">= 0.10.12"
},
"devDependencies": {
"chai-passport-strategy": "~1.0.0",
"chai": "~3.5.0",
"mocha": "~3.0.2",
"check-build": "*"
}
}