Merge pull request #11 from stephenmathieson/add/package.json

Adds a package.json file.
pull/12/head
Krzysztof Gabis 11 years ago
commit 080325e566
  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