main
Elnu 2 years ago
commit c23e7b5a18

@ -0,0 +1,19 @@
{
"name": "tatoeba-api",
"version": "1.0.0",
"description": "A proxy of the Tatoeba API with no CORS restrictions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElnuDev/tatoeba-api.git"
},
"author": "ElnuDev",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ElnuDev/tatoeba-api/issues"
},
"homepage": "https://github.com/ElnuDev/tatoeba-api#readme"
}