1
0
mirror of https://github.com/kgabis/parson.git synced 2025-02-04 06:42:55 +08:00
parson/package.json

13 lines
224 B
JSON
Raw Normal View History

2013-11-24 23:14:48 -05:00
{
"name": "parson",
"version": "1.1.3",
2013-11-24 23:14:48 -05:00
"repo": "kgabis/parson",
"description": "Small json parser and reader",
"keywords": [ "json", "parser" ],
"license": "MIT",
"src": [
"parson.c",
"parson.h"
]
}