ilmk/package.json

27 lines
583 B
JSON
Raw Permalink Normal View History

2021-10-22 19:51:31 +02:00
{
"name": "ilmk",
"version": "1.0.0",
"description": "I Lost My Keys.\r Crypto Module for WebJS and NodeJS.",
2021-10-22 22:54:21 +02:00
"main": "crypto.js",
2021-10-22 19:51:31 +02:00
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2021-10-22 22:49:38 +02:00
"files": [
2021-10-22 22:54:21 +02:00
"crypto.js"
2021-10-22 22:49:38 +02:00
],
2021-10-22 19:51:31 +02:00
"repository": {
"type": "git",
"url": "git+https://gitlab.com/jusax23/ilmk.git"
},
"author": "jusax23",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/jusax23/ilmk/issues"
},
"homepage": "https://gitlab.com/jusax23/ilmk#readme",
"dependencies": {
"crypto": "^1.0.1"
}
}