forked from rutkai/Mjolnir-Authentication-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "mjolnir-authentication-server",
"version": "1.0.0",
"description": "Mjolnir Authentication - an open source alternative to Yggdrasil Authentication",
"homepage": "https://github.com/rutkai/Mjolnir-Authentication-Server",
"main": "app.js",
"scripts": {
"test": "jasmine-node test",
"test-mongodb": "mongo test --eval \"db.dropDatabase()\" && mongofixtures test fixtures && jasmine-node test || true",
"start": "node app.js"
},
"keywords": [
"mjolnir",
"yggdrasil"
],
"author": "András Rutkai (http://rutkai.com/)",
"license": "MIT",
"dependencies": {
"body-parser": "~1.18.1",
"cli-table": "^0.3.1",
"config": "~1.30.0",
"express": "~4.16.0",
"moment": "~2.22.0",
"mongodb": "~2.0.49",
"node-uuid": "^1.4.8",
"pem": "^1.12.5",
"promptly": "^2.2.0",
"yargs": "~3.15.0"
},
"devDependencies": {
"jasmine-node": "^1.15.0",
"frisby": "~0.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/riskawarrior/Mjolnir-Authentication-Server"
}
}