2016-12-10 07:47:58 +07:00
|
|
|
{
|
2017-01-29 07:33:48 +07:00
|
|
|
"name": "authelia",
|
2019-10-29 03:38:55 +07:00
|
|
|
"version": "3.16.3",
|
2017-05-25 20:09:29 +07:00
|
|
|
"description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F",
|
2017-01-29 22:55:23 +07:00
|
|
|
"bin": {
|
2017-10-07 05:09:42 +07:00
|
|
|
"authelia": "./dist/server/src/index.js"
|
2017-01-29 22:55:23 +07:00
|
|
|
},
|
2019-01-27 21:54:29 +07:00
|
|
|
"engines": {
|
|
|
|
"node": ">=8.0.0 <10.0.0"
|
|
|
|
},
|
2016-12-10 07:47:58 +07:00
|
|
|
"scripts": {
|
2019-03-03 04:20:28 +07:00
|
|
|
"start": "./scripts/authelia-scripts suites start",
|
2019-01-27 21:54:29 +07:00
|
|
|
"build": "./scripts/authelia-scripts build",
|
2019-02-22 16:27:54 +07:00
|
|
|
"unittest": "./scripts/authelia-scripts unittest",
|
2019-03-03 04:20:28 +07:00
|
|
|
"test": "./scripts/authelia-scripts suites test",
|
2019-02-24 05:28:33 +07:00
|
|
|
"travis": "./scripts/authelia-scripts travis",
|
2019-03-02 22:19:08 +07:00
|
|
|
"cover": "NODE_ENV=test nyc npm t",
|
2019-03-03 06:25:40 +07:00
|
|
|
"scripts": "./scripts/authelia-scripts",
|
|
|
|
"hash-password": "./scripts/authelia-scripts hash-password"
|
2016-12-10 07:47:58 +07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-03-17 04:37:30 +07:00
|
|
|
"url": "git+https://github.com/clems4ever/authelia"
|
2016-12-10 07:47:58 +07:00
|
|
|
},
|
2016-12-18 09:05:13 +07:00
|
|
|
"author": "Clement Michaud <clement.michaud34@gmail.com>",
|
|
|
|
"license": "MIT",
|
2016-12-10 07:47:58 +07:00
|
|
|
"bugs": {
|
2017-03-17 04:37:30 +07:00
|
|
|
"url": "https://github.com/clems4ever/authelia/issues"
|
2016-12-10 07:47:58 +07:00
|
|
|
},
|
2017-01-29 07:33:48 +07:00
|
|
|
"apidoc": {
|
|
|
|
"title": "Authelia API documentation"
|
|
|
|
},
|
2019-04-25 04:52:08 +07:00
|
|
|
"dependencies": {},
|
2016-12-10 07:47:58 +07:00
|
|
|
"devDependencies": {
|
2019-03-02 22:19:08 +07:00
|
|
|
"@types/chokidar": "^1.7.5",
|
|
|
|
"@types/commander": "^2.12.2",
|
2019-02-22 16:27:54 +07:00
|
|
|
"@types/mocha": "^5.2.6",
|
2017-05-17 04:17:46 +07:00
|
|
|
"@types/mockdate": "^2.0.0",
|
2019-02-10 05:20:37 +07:00
|
|
|
"@types/node-fetch": "^2.1.4",
|
2018-03-23 16:13:00 +07:00
|
|
|
"@types/query-string": "^5.1.0",
|
2019-04-25 04:52:08 +07:00
|
|
|
"@types/redis": "^2.8.14",
|
2017-10-11 04:03:30 +07:00
|
|
|
"@types/request": "^2.0.5",
|
|
|
|
"@types/request-promise": "^4.1.38",
|
2019-04-25 04:52:08 +07:00
|
|
|
"@types/selenium-webdriver": "^3.0.16",
|
2018-04-27 04:20:10 +07:00
|
|
|
"@types/speakeasy": "^2.0.2",
|
2019-02-05 05:23:59 +07:00
|
|
|
"chokidar": "^2.0.4",
|
2019-04-25 04:52:08 +07:00
|
|
|
"chromedriver": "^77.0.0",
|
2019-01-26 23:15:35 +07:00
|
|
|
"commander": "^2.19.0",
|
2019-04-25 04:52:08 +07:00
|
|
|
"ejs": "^2.6.2",
|
2019-04-25 00:33:51 +07:00
|
|
|
"mocha": "^6.1.4",
|
2017-01-22 23:54:45 +07:00
|
|
|
"mockdate": "^2.0.1",
|
2019-02-10 05:20:37 +07:00
|
|
|
"node-fetch": "^2.3.0",
|
2018-03-23 16:13:00 +07:00
|
|
|
"query-string": "^6.0.0",
|
2017-10-24 05:11:22 +07:00
|
|
|
"readable-stream": "^2.3.3",
|
2019-04-25 04:52:08 +07:00
|
|
|
"redis": "^2.8.0",
|
2018-10-13 16:52:25 +07:00
|
|
|
"request": "^2.88.0",
|
2017-09-24 19:49:03 +07:00
|
|
|
"request-promise": "^4.2.2",
|
2019-04-25 04:52:08 +07:00
|
|
|
"selenium-webdriver": "^4.0.0-alpha.4",
|
|
|
|
"speakeasy": "^2.0.0",
|
2019-02-14 05:04:57 +07:00
|
|
|
"tree-kill": "^1.2.1",
|
2018-04-27 04:20:10 +07:00
|
|
|
"ts-node": "^6.0.1",
|
2017-05-13 23:32:25 +07:00
|
|
|
"tslint": "^5.2.0",
|
2019-04-25 04:52:08 +07:00
|
|
|
"typescript": "^2.9.2"
|
2016-12-10 07:47:58 +07:00
|
|
|
}
|
|
|
|
}
|