rofrischmann/unitless-css-property

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "unitless-css-property",
  "version": "1.0.2",
  "description": "Helper to check for unitless CSS property names",
  "main": "modules/index.js",
  "scripts": {
    "test": "istanbul cover ./node_modules/.bin/_mocha"
  },
  "repository": "https://github.com/rofrischmann/unitless-css-property/",
  "author": "Robin Frischmann",
  "license": "MIT",
  "dependencies": {
    "hyphenate-style-name": "^1.0.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "codeclimate-test-reporter": "^0.3.1",
    "istanbul": "^1.0.0-alpha.2",
    "mocha": "^2.5.3"
  }
}