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

13 lines
224 B
JSON

{
"name": "parson",
"version": "1.2.0",
"repo": "kgabis/parson",
"description": "Small json parser and reader",
"keywords": [ "json", "parser" ],
"license": "MIT",
"src": [
"parson.c",
"parson.h"
]
}