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
change version to 0.3.1 and add York.Gu as a contributor
pull/8/head
York.Gu
12 years ago
parent
0cb529f96a
commit
699bf56b7b
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
package.json
+ 4
- 1
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"nodelua"
,
"version"
:
"0.3.
0
"
,
"version"
:
"0.3.
1
"
,
"description"
:
"Lua Bindings For Node.JS"
,
"keywords"
:
[
"lua"
@ -16,6 +16,9 @@
"url"
:
"git://github.com/brettlangdon/nodelua.git"
}
,
"author"
:
"Brett Langdon <brett@blangdon.com> (http://www.brett.is)"
,
"contributors"
:
[
"York Gu <gyq5319920@gmail.com> (http://blog.yorkgu.me)"
]
,
"license"
:
"MIT"
,
"gypfile"
:
true
,
"engines"
:
{
Write
Preview
Loading…
Cancel
Save