vendor-prefixes
Version:
List of the current CSS vendor prefixes.
34 lines (33 loc) • 673 B
JSON
{
"name": "vendor-prefixes",
"description": "List of the current CSS vendor prefixes.",
"author": "John Otander",
"version": "1.0.0",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "https://github.com/johnotander/vendor-prefixes.git"
},
"keywords": [
"css",
"vendor",
"prefix",
"prefixes",
"vendor-prefixes"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/johnotander/vendor-prefixes/issues"
},
"homepage": "https://github.com/johnotander/vendor-prefixes",
"dependencies": {},
"devDependencies": {
"ava": "*"
}
}