1{ 2 "name": "Unity", 3 "version": "2.6.0", 4 "keywords": "unit-testing, testing, tdd, testing-framework", 5 "description": "Simple Unit Testing for C", 6 "homepage": "http://www.throwtheswitch.org/unity", 7 "license": "MIT", 8 "repository": { 9 "type": "git", 10 "url": "https://github.com/ThrowTheSwitch/Unity.git" 11 }, 12 "frameworks": "*", 13 "platforms": "*", 14 "headers": "unity.h", 15 "build": { 16 "extraScript": "platformio-build.py" 17 } 18} 19