Files
cdnjs/ajax/libs/prefixfree/package.json
T
2012-10-18 14:41:45 +01:00

22 lines
604 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "prefixfree",
"filename": "prefixfree.min.js",
"version": "1.0.7",
"description": "A script that lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browsers prefix to any CSS code, only when its needed.",
"homepage": "http://leaverou.github.com/prefixfree/",
"keywords": [
"css"
],
"maintainers": [
{
"name": "Lea Verou"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/leaverou/prefixfree/"
}
]
}