UNPKG

flua

Version:

Easy scriptable Lua in the browser with fengari.

11 lines (7 loc) 280 B
all: lib/index.js example.bundle.js lib/index.js: src/index.js ./node_modules/babel-cli/bin/babel.js src --out-dir lib example.bundle.js: lib/index.js ./node_modules/.bin/browserify example.js -o example.bundle.js test: lib/index.js test.js ./node_modules/.bin/tape test.js