j2c
Version:
23 lines • 562 B
JSON
{
"name": "prefixfree",
"version": "1.0.9",
"main": "prefixfree.js",
"author": {
"name": "Lea Verou"
},
"ignore": [
"css/",
"fonts/",
"img/",
"README.md",
"index.html",
"index.js",
"minify",
"**/*.min.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#gh-pages"
}
}