2022-03-20 17:12:08 +01:00
|
|
|
{
|
|
|
|
"name": "why2-encryption-system.js",
|
2022-03-20 17:50:57 +01:00
|
|
|
"version": "1.0.1",
|
2022-03-20 17:12:08 +01:00
|
|
|
"description": "Node.js wrapper for encryption system WHY2 made by ENGO150 in C lang.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-03-20 17:50:57 +01:00
|
|
|
"url": "git+https://github.com/ENGO150/WHY2-Encryption-System.git#js"
|
2022-03-20 17:12:08 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"why2",
|
|
|
|
"decrypter",
|
|
|
|
"encrypter"
|
|
|
|
],
|
|
|
|
"author": "Šebestíček & ENGO150",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ENGO150/WHY2-Encryption-System/issues"
|
|
|
|
},
|
2022-03-20 17:50:57 +01:00
|
|
|
"homepage": "https://github.com/ENGO150/WHY2-Encryption-System/tree/js#readme"
|
2022-03-20 17:12:08 +01:00
|
|
|
}
|