{ "name": "nodelua", "version": "0.1.4", "description": "Lua Bindings For Node.JS", "keywords": [ "lua" ], "main": "lib/index.js", "scripts": { "test": "", "install": "node-gyp rebuild" }, "homepage": "http://github.com/brettlangdon/nodelua.git", "repository": { "type": "git", "url": "git://github.com/brettlangdon/nodelua.git" }, "author": "Brett Langdon (http://www.brett.is)", "license": "MIT", "gypfile": true, "engines": "*" }