fmi/package.json

27 lines
586 B
JSON
Raw Normal View History

2021-10-22 21:53:35 +02:00
{
"name": "fmi",
"version": "1.0.0",
"description": "Find my Informations.\r A very simple Config File System!!!",
2021-10-22 22:34:15 +02:00
"main": "config.js",
2021-10-22 21:53:35 +02:00
"type":"module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/jusax23/fmi.git"
},
2021-10-22 22:34:15 +02:00
"files": [
"config.js"
],
2021-10-22 21:53:35 +02:00
"author": "jusax23",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/jusax23/fmi/issues"
},
"homepage": "https://gitlab.com/jusax23/fmi#readme",
"dependencies": {
"request": "^2.88.2"
}
}