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.
|
|
{
|
|
|
"name": "nodelua",
|
|
|
"version": "0.1.3",
|
|
|
"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 <brett@blangdon.com> (http://www.brett.is)",
|
|
|
"license": "MIT",
|
|
|
"gypfile": true,
|
|
|
"engines": "*"
|
|
|
}
|