-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 920 Bytes
/
package.json
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
39
40
41
42
43
44
45
{
"name": "kunlun-core",
"version": "0.0.1",
"description": "SCRAM/OAuth2-based auth module",
"main": "main.js",
"files": [
"LICENSE.txt",
"README.md",
"main.js",
"libs/",
"tests/"
],
"dependencies": {
"buffer-xor": "2.0.1",
"mongoose": "^4.10.8",
"uuid": "3.0.1"
},
"devDependencies": {
"chai": "4.0.1",
"dotenv": "4.0.0",
"mocha": "3.4.2"
},
"scripts": {
"test": "mocha ./tests/all.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Potentii/Kunlun-Core.git"
},
"keywords": [
"auth",
"authentication",
"authorization",
"scram",
"oauth",
"token",
"service"
],
"author": "Guilherme Reginaldo Ruella <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Potentii/Kunlun-Core/issues"
},
"homepage": "https://github.com/Potentii/Kunlun-Core#readme"
}