Delete package.json

This commit is contained in:
Šebestíček 2022-03-20 18:11:58 +01:00 committed by GitHub
parent 857c25aa13
commit 9a6df5abbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,24 +0,0 @@
{
"name": "why2-encryption-system.js",
"version": "1.0.1",
"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",
"url": "git+https://github.com/ENGO150/WHY2-Encryption-System.git#js"
},
"keywords": [
"why2",
"decrypter",
"encrypter"
],
"author": "Šebestíček & ENGO150",
"license": "ISC",
"bugs": {
"url": "https://github.com/ENGO150/WHY2-Encryption-System/issues"
},
"homepage": "https://github.com/ENGO150/WHY2-Encryption-System/tree/js#readme"
}