-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.06 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": "jab-oauth2-server",
"description": "OAuth2 server for Jab env used with express",
"author": {
"name": "A. Mélon",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/amelon/jab-oauth2-server.git"
},
"bugs": {
"url": "https://github.com/amelon/jab-oauth2-server/issues"
},
"keywords": [
"oauth2",
"jab",
"express",
"web",
"server",
"rest",
"restfull"
],
"version": "0.2.1",
"dependencies": {
"oauth2orize": "*",
"passport": "^0.2.1",
"passport-local": "*",
"passport-http": "*",
"passport-http-bearer": "^1.0.1",
"serializer": "~0.0.3",
"lodash": "^2.4.1",
"slide": "^1.1.5"
},
"devDependencies": {
"body-parser": "^1.12.2",
"chai": "^2.1.2",
"express": "^4.12.3",
"gulp": "^3.8.11",
"gulp-mocha": "^2.0.0",
"gulp-util": "^3.0.4",
"mocha": "^2.2.1",
"request": "^2.53.0"
},
"engines": {
"node": ">= 0.10.x"
},
"main": "index.js",
"scripts": {
"test": "grunt simplemocha"
}
}