authelia/package.json

39 lines
1.0 KiB
JSON
Raw Normal View History

2016-12-10 00:47:58 +00:00
{
2016-12-18 02:05:13 +00:00
"name": "two-factor-auth-server",
2016-12-18 02:14:00 +00:00
"version": "1.0.7",
2016-12-10 00:47:58 +00:00
"description": "",
"main": "src/index.js",
2016-12-10 00:47:58 +00:00
"scripts": {
"test": "./node_modules/.bin/mocha --recursive test/unitary",
"integration-test": "./node_modules/.bin/mocha --recursive test/integration",
"coverage": "./node_modules/.bin/istanbul cover _mocha -- -R spec"
2016-12-10 00:47:58 +00:00
},
"repository": {
"type": "git",
2016-12-18 02:05:13 +00:00
"url": "git+https://github.com/clems4ever/two-factor-auth-server"
2016-12-10 00:47:58 +00:00
},
2016-12-18 02:05:13 +00:00
"author": "Clement Michaud <clement.michaud34@gmail.com>",
"license": "MIT",
2016-12-10 00:47:58 +00:00
"bugs": {
2016-12-18 02:05:13 +00:00
"url": "https://github.com/clems4ever/two-factor-auth-server/issues"
2016-12-10 00:47:58 +00:00
},
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.5",
"express": "^4.14.0",
"jsonwebtoken": "^7.2.1",
"ldapjs": "^1.0.1",
"object-path": "^0.11.3",
"q": "^1.4.1",
"speakeasy": "^2.0.0"
},
"devDependencies": {
"mocha": "^3.2.0",
"request": "^2.79.0",
2016-12-10 00:47:58 +00:00
"should": "^11.1.1",
"sinon": "^1.17.6",
"sinon-promise": "^0.1.3"
}
}