mirror of
https://gitlab.com/jusax23/ilmk.git
synced 2024-11-22 14:46:34 +01:00
26 lines
583 B
JSON
26 lines
583 B
JSON
{
|
|
"name": "ilmk",
|
|
"version": "1.0.0",
|
|
"description": "I Lost My Keys.\r Crypto Module for WebJS and NodeJS.",
|
|
"main": "crypto.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"files": [
|
|
"crypto.js"
|
|
],
|
|
"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"
|
|
}
|
|
}
|