16 lines
386 B
JSON
16 lines
386 B
JSON
{
|
|
"name": "romulus-js",
|
|
"version": "1.0.0",
|
|
"description": "An implementation of the Romulus-M cryptography specification.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.jacknet.io/TerribleCodeClub/romulus-js"
|
|
},
|
|
"author": "Butlersaurus",
|
|
"license": "ISC"
|
|
}
|