package.json (613B)
1 { 2 "name" : "tap.c", 3 "version" : "0.0.1", 4 "description" : "Write tap tests in C.", 5 "src": [ "tap.c", "tap.h" ], 6 "repository" : { 7 "type" : "git", 8 "url" : "git://github.com/thlorenz/tap.c.git" 9 }, 10 "homepage" : "https://github.com/thlorenz/tap.c", 11 "dependencies" : { 12 }, 13 "keywords": ["tap", "test", "check", "tap.c" ] , 14 "author" : { 15 "name" : "Thorsten Lorenz", 16 "email" : "thlorenz@gmx.de", 17 "url" : "http://thlorenz.com" 18 }, 19 "license" : { 20 "type": "GPLv2", 21 "url": "https://github.com/thlorenz/tap.c/blob/master/COPYING" 22 } 23 }