55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "oauth3.js",
 | |
|   "version": "1.0.5",
 | |
|   "description": "The world's smallest, fastest, and most secure OAuth3 (and OAuth2) JavaScript implementation.",
 | |
|   "main": "oauth3.node.js",
 | |
|   "scripts": {
 | |
|     "prepare": "gulp",
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git@git.daplie.com:OAuth3/oauth3.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "oauth",
 | |
|     "oauth2",
 | |
|     "oauth3",
 | |
|     "oidc",
 | |
|     "openid",
 | |
|     "connect",
 | |
|     "openidconnect",
 | |
|     "authn",
 | |
|     "authz",
 | |
|     "authentication",
 | |
|     "authorization",
 | |
|     "user",
 | |
|     "password",
 | |
|     "passphrase",
 | |
|     "login",
 | |
|     "signin",
 | |
|     "log",
 | |
|     "sign"
 | |
|   ],
 | |
|   "dependencies": {
 | |
|     "bluebird": "^3.5.0",
 | |
|     "elliptic": "^6.4.0",
 | |
|     "request": "^2.81.0",
 | |
|     "terminal-forms.js": "git+https://git.daplie.com/OAuth3/terminal-forms.js.git#v1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "browserify-aes": "^1.0.6",
 | |
|     "create-hash": "^1.1.2",
 | |
|     "pbkdf2": "^3.0.9",
 | |
|     "browserify": "^14.1.0",
 | |
|     "gulp": "^3.9.1",
 | |
|     "gulp-cli": "^1.2.2",
 | |
|     "gulp-rename": "^1.2.2",
 | |
|     "gulp-streamify": "^1.0.2",
 | |
|     "gulp-uglify": "^2.1.0",
 | |
|     "vinyl-source-stream": "^1.1.0"
 | |
|   },
 | |
|   "author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)"
 | |
| }
 |