UNPKG

css-property-browser-h4cks-analyzer

Version:

A test to determine whether a CSS property is considered a browser hack

47 lines (46 loc) 1 kB
{ "name": "css-property-browser-h4cks-analyzer", "version": "2.0.0", "description": "A test to determine whether a CSS property is considered a browser hack", "main": "index.js", "engines": { "node": ">=8" }, "scripts": { "test": "xo && ava" }, "repository": { "type": "git", "url": "git+https://github.com/bartveneman/css-property-browser-h4cks-analyzer.git" }, "keywords": [ "css", "property", "properties", "browser", "hack", "browserhacks", "analyzer", "complexity", "projectwallace", "wallace" ], "author": "Bart Veneman", "license": "MIT", "bugs": { "url": "https://github.com/bartveneman/css-property-browser-h4cks-analyzer/issues" }, "homepage": "https://www.projectwallace.com/oss", "devDependencies": { "ava": "^2.3.0", "prettier": "^1.18.2", "xo": "^0.24.0" }, "xo": { "semicolon": false, "prettier": true }, "dependencies": { "vendor-prefixes": "^1.0.0" } }