mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2024-11-15 08:44:11 +03:00
34 lines
807 B
JSON
34 lines
807 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/html.php"]
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/Canteen/CanteenHTML5"
|
|
}
|
|
]
|
|
} |