CanteenHTML5/composer.json

33 lines
804 B
JSON
Raw Normal View History

2013-10-13 04:15:47 +04:00
{
2014-11-12 18:22:45 +03: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",
2014-12-26 17:10:15 +03:00
"version" : "1.1.4",
2014-11-12 18:22:45 +03:00
"type": "library",
2013-10-13 04:15:47 +04:00
"keywords": ["html5", "markup", "document", "html", "tags"],
2014-11-12 18:22:45 +03:00
"license": "MIT",
2013-10-13 04:15:47 +04:00
"homepage" : "http://github.com/Canteen/CanteenHTML5",
"time": "2014-10-31",
2013-10-13 04:15:47 +04:00
"authors": [
2014-11-12 18:22:45 +03:00
{
"name": "Matt Karl",
"email": "matt@mattkarl.com",
"homepage": "http://github.com/bigtimebuddy",
"role": "Developer"
}
2013-10-13 04:15:47 +04:00
],
2014-11-12 18:22:45 +03:00
"autoload": {
"psr-4": {"Canteen\\HTML5\\": "src/"},
"files": ["src/HTML5.php"]
},
2013-10-13 21:59:47 +04:00
"require": {
"php": ">=5.3.0"
},
2013-12-07 06:57:55 +04:00
"minimum-stability": "dev",
2013-10-13 04:15:47 +04:00
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Canteen/CanteenHTML5"
}
]
2014-11-11 17:44:49 +03:00
}