CanteenHTML5/composer.json

32 lines
793 B
JSON
Raw Normal View History

2013-10-13 04:15:47 +04:00
{
2013-10-13 06:06:36 +04:00
"name": "canteen/html5",
2013-10-13 04:15:47 +04:00
"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": {
2013-10-13 22:34:13 +04:00
"psr-0": {"Canteen": "src/"},
"files": ["src/html.php"]
2013-10-13 04:15:47 +04:00
},
2013-10-13 21:59:47 +04:00
"require": {
"php": ">=5.3.0"
},
2013-10-13 04:15:47 +04:00
"minimum-stability": "stable",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Canteen/CanteenHTML5"
}
]
2013-10-13 04:15:47 +04:00
}