forked from mazkdevf/KeyAuth-JS-Example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 943 Bytes
/
package.json
File metadata and controls
37 lines (36 loc) · 943 Bytes
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
{
"name": "keyauth-js-example",
"version": "2.5.0",
"description": "KeyAuth 1.0 Api JavaScript Example",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazkdevf/KeyAuth-JS-Example.git"
},
"keywords": [
"keyauth",
"js",
"example",
"sha256",
"hex",
"1.0"
],
"dependencies": {
"axios": "^0.27.2",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"moment": "^2.29.4",
"os": "^0.1.2",
"uuid": "^8.3.2"
},
"author": "mazkdevf <https://github.com/mazkdevf>",
"license": "Elastic License 2.0",
"bugs": {
"url": "https://github.com/mazkdevf/KeyAuth-JS-Example/issues"
},
"homepage": "https://github.com/mazkdevf/KeyAuth-JS-Example#readme"
}