make clib friendly

pull/168/head
Joseph Werle 2016-06-18 13:46:55 -04:00
parent 920374bb44
commit cc57b77565
1 changed files with 8 additions and 0 deletions

8
package.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "nuklear",
"version": "1.0.0",
"repo": "vurtun/nuklear",
"description": "A small ANSI C gui toolkit",
"keywords": ["gl", "ui", "toolkit"],
"src": ["nuklear.h"]
}