diff --git a/package.json b/package.json new file mode 100644 index 0000000..76f80da --- /dev/null +++ b/package.json @@ -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" + ] +}