commit 2817cd1c22650587f95e6485381c6d7b0647dcad Author: Arne van Iterson Date: Wed Feb 19 10:57:06 2020 +0100 First commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c67f68 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/node_modules/ + + diff --git a/index.js b/index.js new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..61a6d3e --- /dev/null +++ b/package.json @@ -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" +}