1
0
Fork 0
mirror of https://github.com/Findus23/guides.git synced 2024-09-19 16:03:51 +02:00
guides/package.json
2022-12-21 00:15:38 +01:00

22 lines
519 B
JSON

{
"name": "guides",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Findus23/guides.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Findus23/guides/issues"
},
"homepage": "https://github.com/Findus23/guides#readme",
"dependencies": {
"matomo-lite-tracker": "github:Findus23/MatomoLiteTracker"
}
}