|
|
@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "nodelua", |
|
|
"name": "nodelua", |
|
|
"version": "0.2.2", |
|
|
|
|
|
|
|
|
"version": "0.2.3", |
|
|
"description": "Lua Bindings For Node.JS", |
|
|
"description": "Lua Bindings For Node.JS", |
|
|
"keywords": [ |
|
|
"keywords": [ |
|
|
"lua" |
|
|
"lua" |
|
|
@ -18,5 +18,8 @@ |
|
|
"author": "Brett Langdon <brett@blangdon.com> (http://www.brett.is)", |
|
|
"author": "Brett Langdon <brett@blangdon.com> (http://www.brett.is)", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"gypfile": true, |
|
|
"gypfile": true, |
|
|
"engines": "*" |
|
|
|
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">=0.8.0 <0.10.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engineStrict": true |
|
|
} |
|
|
} |