mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2024-11-15 08:44:11 +03:00
31 lines
785 B
JSON
31 lines
785 B
JSON
{
|
|
"name": "Canteen/HTML5",
|
|
"description" : "Create dynamic, valid HTML5 markup with a simple an intuitive PHP API",
|
|
"version" : "1.0.0",
|
|
"type": "library",
|
|
"keywords": ["html5", "markup", "document", "html", "tags"],
|
|
"license": "MIT",
|
|
"homepage" : "http://github.com/Canteen/CanteenHTML5",
|
|
"time": "2013-10-12",
|
|
"authors": [
|
|
{
|
|
"name": "Matt Karl",
|
|
"email": "matt@mattkarl.com",
|
|
"homepage": "http://github.com/bigtimebuddy",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Canteen\\HTML5" : "src/"
|
|
},
|
|
"files": ["src/Canteen/HTML5/html.php"]
|
|
},
|
|
"minimum-stability": "stable",
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/Canteen/CanteenHTML5"
|
|
}
|
|
]
|
|
} |