fmi/package.json

24 lines
550 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!!!",
"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"
}
}