{
  "name": "less-plugin-unique-directives",
  "version": "0.1.0",
  "description": "A Less plugin to eliminate redundant @-rules such as `@keyframes` in the output CSS.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "keyframes",
    "at-rules",
    "less"
  ],
  "author": "Justineo",
  "license": "MIT"
}
