adding a package.json file

pull/11/head
Stephen Mathieson 11 years ago
parent a8c04faa39
commit 18fe24a8c0
  1. 12
      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"
]
}
Loading…
Cancel
Save