First commit

This commit is contained in:
Arne van Iterson 2020-02-19 10:57:06 +01:00
commit 2817cd1c22
3 changed files with 14 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/node_modules/

0
index.js Normal file
View File

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "polytranslatia",
"version": "1.0.0",
"description": "Translate Polytopia language files to any language you want!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "McArn",
"license": "ISC"
}