source: rtos_arduino/trunk/arduino_lib/libraries/ArduinoJson/library.json@ 209

Last change on this file since 209 was 209, checked in by ertl-honda, 8 years ago

BlueMix用のフィアルを追加

File size: 492 bytes
Line 
1{
2 "name": "Json",
3 "keywords": "json, rest, http, web",
4 "description": "An elegant and efficient JSON library for embedded systems",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/bblanchon/ArduinoJson.git"
8 },
9 "version": "5.1.1",
10 "authors": {
11 "name": "Benoit Blanchon",
12 "url": "http://blog.benoitblanchon.fr"
13 },
14 "exclude": [
15 "scripts",
16 "src/ArduinoJson.h",
17 "test",
18 "third-party"
19 ],
20 "frameworks": "arduino",
21 "platforms": "*"
22}
Note: See TracBrowser for help on using the repository browser.