forked from project-sunbird/enc-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 796 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
{
"name": "enc-service",
"version": "1.1.1",
"description": "Supports encryption, decryption and signing, verification",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:project-sunbird/enc-service.git"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/project-sunbird/enc-service#readme",
"dependencies": {
"asyncawait": "^1.0.8",
"body-parser": "^1.19.0",
"child_process": "1.0.2",
"express": "^4.16.3",
"morgan": "^1.9.1",
"node-7z": "0.4.0",
"node-gyp": "5.0.3",
"pg": "^6.1.2",
"prompt": "^1.0.0",
"ramda": "^0.22.1",
"sequelize": ">=5.3.0",
"sequelize-cli": ">=5.3.0",
"ursa": "^0.9.4"
}
}