mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"name": "Unity",
|
|
"version": "2.5.2",
|
|
"keywords": "unittest, tdd, unit, test",
|
|
"description": "Simple Unit Testing for C",
|
|
"homepage": "http://www.throwtheswitch.org/unity",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ThrowTheSwitch/Unity.git"
|
|
},
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"headers": "unity.h"
|
|
}
|