WHY2/package.json

25 lines
664 B
JSON
Raw Normal View History

{
"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"
}