24 lines
611 B
JSON
24 lines
611 B
JSON
|
{
|
||
|
"name": "Node DEMOS2 Cryptography Server",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Exposes Cryptographic Functionality from Various Endpoints",
|
||
|
"main": "index.js",
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/vincentmdealmeida/DEMOS2"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "Bingsheng Zang, Thomas Smith",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"express": "^4.16.3",
|
||
|
"milagro-crypto-js": "git+https://github.com/milagro-crypto/milagro-crypto-js.git"
|
||
|
}
|
||
|
}
|