23 lines
435 B
JSON
23 lines
435 B
JSON
|
{
|
||
|
"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": {}
|
||
|
}
|