adding a package.json file

This commit is contained in:
Stephen Mathieson 2013-11-24 23:14:48 -05:00
parent a8c04faa39
commit 18fe24a8c0

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "parson",
"version": "0.0.0",
"repo": "kgabis/parson",
"description": "Small json parser and reader",
"keywords": [ "json", "parser" ],
"license": "MIT",
"src": [
"parson.c",
"parson.h"
]
}