|
|
|
@ -1,11 +1,12 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "lua2js",
|
|
|
|
"name": "lua-js",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A Lua to JS transpiler",
|
|
|
|
"description": "A Lua to JS transpiler / runtime",
|
|
|
|
"keywords": [
|
|
|
|
"keywords": [
|
|
|
|
"lua",
|
|
|
|
"lua",
|
|
|
|
"javascript",
|
|
|
|
"javascript",
|
|
|
|
"transpiler"
|
|
|
|
"transpiler",
|
|
|
|
|
|
|
|
"runtime"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"author": "Teoxoy",
|
|
|
|
"author": "Teoxoy",
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
@ -13,7 +14,7 @@
|
|
|
|
"module": "src/index.js",
|
|
|
|
"module": "src/index.js",
|
|
|
|
"repository": {
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/teoxoy/lua2js.git"
|
|
|
|
"url": "git://github.com/teoxoy/lua-js.git"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack"
|
|
|
|
"build": "webpack"
|
|
|
|
|