{
  "name": "cssprefix",
  "version": "2.0.17",
  "description": "CSS Prefixer for JavaScript code. The simple library to get vendor-prefixed name (e.g. `webkitFlex`) and vendor-prefixed value (e.g. `-moz-inline-grid`) of CSS property. This is not pre-compiler for style-sheet, this is used to handle those in JavaScript code.",
  "keywords": [
    "css",
    "vendor-prefix",
    "prefixer",
    "property",
    "value"
  ],
  "main": "cssprefix.min.js",
  "homepage": "https://github.com/anseki/cssprefix",
  "repository": {
    "type": "git",
    "url": "git://github.com/anseki/cssprefix.git"
  },
  "moduleType": [],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "license": "MIT",
  "authors": [
    "anseki <AnSeki.aff@gmail.com>"
  ]
}
