1
0
mirror of https://github.com/kgabis/parson.git synced 2025-01-28 06:32:55 +08:00

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

Adds a package.json file.
This commit is contained in:
Krzysztof Gabis 2013-11-25 13:45:45 -08:00
commit 080325e566

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"
]
}