-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.02 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
39
40
{
"name": "scrypta-identity-framework",
"version": "1.0.1",
"description": "ScryptaID framework",
"main": "id.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node id.js",
"dev": "nodemon --ignore db id.js"
},
"author": "Scrypta Task Force",
"license": "MIT",
"dependencies": {
"@scrypta/core": "^1.8.2",
"axios": "^0.19.2",
"coinkey": "^3.0.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto-js": "^4.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.1",
"mailgun-js": "^0.22.0",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"passport-google-oauth": "^2.0.0",
"passport-linkedin-oauth2": "^2.0.0",
"passport-twitter": "^1.0.4",
"pouchdb": "^7.2.1",
"secp256k1": "^4.0.1",
"secure-random": "^1.1.2",
"sha256-file": "^1.0.0",
"twilio": "^3.43.1",
"zlib": "^1.0.5"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}