First commit
This commit is contained in:
commit
2817cd1c22
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/node_modules/
|
||||||
|
|
||||||
|
|
11
package.json
Normal file
11
package.json
Normal 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"
|
||||||
|
}
|
Reference in New Issue
Block a user