rainbox.email/package.json

21 lines
464 B
JSON
Raw Normal View History

2020-04-23 14:55:48 +02:00
{
"name": "aldap",
"version": "0.1.0",
"description": "Authentication LDAP server",
"main": "index.js",
"repository": "git@gitlab.com:ArisuOngaku/aldap.git",
"author": "Alice Gaudon <alice@gaudon.pro>",
"license": "MIT",
"private": true,
"devDependencies": {
2020-04-23 14:58:14 +02:00
"@types/node": "^13.13.2",
2020-04-23 14:55:48 +02:00
"jest": "^25.4.0",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3",
"wms-core": "^0.2.0"
2020-04-23 14:58:14 +02:00
},
"dependencies": {
"config": "^3.3.1"
2020-04-23 14:55:48 +02:00
}
}