-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 914 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 914 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
38
39
{
"name": "ezlogin",
"version": "0.1.0",
"description": "A Node.js Module that has login functions",
"main": "index.js",
"scripts": {
"test": "node example/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tritiumNetworks/ezLogin.git"
},
"keywords": [
"node.js",
"module",
"login",
"hash",
"password",
"crypto"
],
"author": "TriNet / PMH",
"license": "MIT",
"bugs": {
"url": "https://github.com/tritiumNetworks/ezLogin/issues"
},
"homepage": "https://github.com/tritiumNetworks/ezLogin#readme",
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"prompts": "^2.3.0"
},
"dependencies": {
"js-sha256": "^0.9.0"
}
}