not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
575 B

{
"name": "prefixfree",
"version": "1.0.7",
"main": "prefixfree.min.js",
"author": {
"name": "Lea Verou"
},
"ignore": [
"css/",
"fonts/",
"img/",
"plugins/",
"README.md",
"index.html",
"index.js",
"minify",
"prefixfree.js"
],
"description": "A script that lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser’s prefix to any CSS code, only when it’s needed.",
"repository": {
"type": "git",
"url": "git://github.com/LeaVerou/prefixfree.git"
}
}