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:
commit
080325e566
12
package.json
Normal file
12
package.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user