-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.01 KB
/
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
{
"name": "reoauth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"authy": "^1.4.0",
"bigchaindb-driver": "^4.1.0",
"bigchaindb-orm": "^3.0.3",
"bip39": "^2.5.0",
"crypto": "^1.0.1",
"crypto-js": "^3.1.5",
"csprng": "^0.1.2",
"dotenv": "^6.2.0",
"electron": "^4.0.5",
"express": "^4.16.4",
"fs": "0.0.1-security",
"googleapis": "^27.0.0",
"hidefile": "^2.0.0",
"ip": "^1.1.5",
"mkdirp": "^0.5.1",
"node-localstorage": "^1.3.1",
"node-persist": "0.0.6",
"node-schedule": "^1.3.2",
"nodemon": "^1.18.10",
"readline": "^1.3.0",
"sha1": "^1.1.1",
"shamirs-secret-sharing": "^1.0.0",
"sjcl": "^1.0.8",
"socket.io": "^2.2.0",
"yargs": "^3.32.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://www.github.com/NP-compete/Alternate-Authentication.git"
},
"author": "Soham Dutta",
"license": "ISC"
}