mirror of
https://gitlab.com/jusax23/fmi.git
synced 2024-11-24 07:36:33 +01:00
23 lines
550 B
JSON
23 lines
550 B
JSON
{
|
|
"name": "fmi",
|
|
"version": "1.0.0",
|
|
"description": "Find my Informations.\r A very simple Config File System!!!",
|
|
"main": "main.js",
|
|
"type":"module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/jusax23/fmi.git"
|
|
},
|
|
"author": "jusax23",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/jusax23/fmi/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/jusax23/fmi#readme",
|
|
"dependencies": {
|
|
"request": "^2.88.2"
|
|
}
|
|
}
|