renamed repo

published on npm
updated package.json
updated readme
pull/6/head
Teoxoy 7 years ago
parent d3e72f32d2
commit c2e36b103c

@ -1,6 +1,12 @@
# lua2js
A Lua to JS transpiler
A Lua to JS transpiler / runtime
## Install
```
npm i lua-js
```
Usage example (I am using it just to convert a lua file to js; run the temporary js file and get some data from it):
```

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

Loading…
Cancel
Save