-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.92 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"config": {
"blanket": {
"pattern": [
"content/themes"
]
}
},
"contributors": [],
"dependencies": {
"express-rate-limit": "^2.8.0",
"jwt-simple": "^0.5.1",
"oauth2orize": "^1.8.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"rate-limit-redis": "^1.1.0",
"redis": "^2.7.1"
},
"deprecated": false,
"description": "An extension that creates an OAuth 2 Server that uses oauth2orize and http-bearer for server-to-server authenication and jwt-token-bearer for mobile/javascript client based authentication.",
"devDependencies": {
"browserify": "^13.0.0",
"chai": "^3.0.0",
"chai-as-promised": "^6.0.0",
"coveralls": "^2.11.9",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-coveralls": "^1.0.1",
"grunt-jsbeautifier": "~0.2.7",
"grunt-jsdoc": "^2.0.0",
"grunt-mocha-cov": "^0.4.0",
"grunt-mocha-istanbul": "^4.0.2",
"grunt-newer": "^1.1.1",
"grunt-simple-mocha": "^0.4.1",
"istanbul": "^0.4.3",
"jsdoc": "^3.3.2",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "^1.2.0",
"mocha-sinon": "^2.0.0",
"node-mocks-http": "^1.6.2",
"periodicjs": "10.0.53",
"semver": "^5.3.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"directories": {},
"engines": {
"node": "^6.x"
},
"keywords": [],
"license": "MIT",
"main": "index.js",
"maintainers": [],
"name": "periodicjs.ext.oauth2server",
"optionalDependencies": {},
"repository": {},
"scripts": {
"postinstall": "cd ../../ && periodicjs aex periodicjs.ext.oauth2server",
"postuninstall": "cd ../../ && periodicjs rex periodicjs.ext.oauth2server",
"test": "mocha -R spec --recursive"
},
"version": "10.6.1"
}