iut-encrypt/package.json

23 lines
435 B
JSON
Raw Normal View History

2024-01-25 15:28:20 +00:00
{
"name": "iut-encrypt-cemal",
"version": "1.0.0",
"description": "sha1 encrypter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.odabasioglu.fr/Cemal/iut-encrypt"
},
"keywords": [
"sha1"
],
"author": "Cemal",
"license": "ISC",
"dependencies": {
"sha1": "^1.1.1"
},
"devDependencies": {}
}