rofrischmann/bredon

View on GitHub
packages/bredon-plugin-calc/package.json

Summary

Maintainability
Test Coverage
{
  "name": "bredon-plugin-calc",
  "version": "1.0.0",
  "description": "Bredon color to precalculate calc expressions",
  "main": "lib/index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "files": [
    "LICENSE",
    "README.md",
    "lib/**",
    "es/**"
  ],
  "keywords": [
    "css",
    "parser",
    "css-parser",
    "css-value-parser",
    "ast",
    "lexer",
    "tokenizer",
    "cssinjs",
    "bredon"
  ],
  "repository": "https://github.com/rofrischmann/bredon.git",
  "author": "Robin Frischmann <robin@rofrischmann.de>",
  "license": "MIT",
  "dependencies": {
    "reduce-css-calc": "^2.1.1"
  },
  "devDependencies": {
    "bredon": "^4.0.0"
  }
}