This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
NodeLua
mirror of
https://github.com/brettlangdon/NodeLua.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
5
Wiki
Activity
Browse Source
Merge remote-tracking branch 'origin/v0.2.x'
v0.3.x
v0.2.3
Brett Langdon
12 years ago
parent
b15f24f377
18b40921eb
commit
a7439bd8dd
1 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-2
package.json
+ 5
- 2
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"nodelua"
,
"version"
:
"0.2.
2
"
,
"version"
:
"0.2.
3
"
,
"description"
:
"Lua Bindings For Node.JS"
,
"keywords"
:
[
"lua"
@ -18,5 +18,8 @@
"author"
:
"Brett Langdon <brett@blangdon.com> (http://www.brett.is)"
,
"license"
:
"MIT"
,
"gypfile"
:
true
,
"engines"
:
"*"
"engines"
:
{
"node"
:
">=0.8.0 <0.10.0"
}
,
"engineStrict"
:
true
}
Write
Preview
Loading…
Cancel
Save