diff --git a/package.json b/package.json deleted file mode 100644 index 52a4378..0000000 --- a/package.json +++ /dev/null @@ -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" -}