Lua Bindings For Node.JS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
516 B

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