rainbox.email/package.json

17 lines
385 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": {
"jest": "^25.4.0",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3",
"wms-core": "^0.2.0"
}
}