2022-01-29 10:57:04 +00:00
|
|
|
{
|
|
|
|
"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",
|
2022-01-29 11:00:51 +00:00
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"ts-standard": "^11.0.0",
|
|
|
|
"typescript": "^4.5.5"
|
|
|
|
}
|
2022-01-29 10:57:04 +00:00
|
|
|
}
|