From 18fe24a8c03edb1f5d0e5d732e575acbd783e3b6 Mon Sep 17 00:00:00 2001 From: Stephen Mathieson Date: Sun, 24 Nov 2013 23:14:48 -0500 Subject: [PATCH] adding a package.json file --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package.json 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" + ] +}