Vergil Cola
/
MQTTGatewayK64
Fork of my MQTTGateway
Diff: jsmn/library.json
- Revision:
- 0:f1d3878b8dd9
diff -r 000000000000 -r f1d3878b8dd9 jsmn/library.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jsmn/library.json Sat Apr 08 14:45:51 2017 +0000 @@ -0,0 +1,16 @@ +{ + "name": "jsmn", + "keywords": "json", + "description": "Minimalistic JSON parser/tokenizer in C. It can be easily integrated into resource-limited or embedded projects", + "repository": + { + "type": "git", + "url": "https://github.com/zserge/jsmn.git" + }, + "frameworks": "*", + "platforms": "*", + "examples": [ + "example/*.c" + ], + "exclude": "test" +}