-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 912 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 912 Bytes
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
{
"name": "oauth2-server",
"version": "2.4.0",
"description": "Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with [express](http://expressjs.com/) in [node.js](http://nodejs.org/)",
"main": "lib/oauth2server.js",
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"basic-auth": "~0.0.1"
},
"devDependencies": {
"body-parser": "~1.3.1",
"express": "~4.4.3",
"mocha": "~1.20.1",
"should": "~4.0.4",
"supertest": "~0.13.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Mediatek-Cloud/Oauth2-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mediatek-Cloud/Oauth2-server/issues"
},
"homepage": "https://github.com/Mediatek-Cloud/Oauth2-server"
}