{
  "name": "prefix-style",
  "version": "2.0.1",
  "description": "gets a prefixed name for a css style",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "dependencies": {},
  "devDependencies": {
    "browserify": "^12.0.1",
    "standard": "^5.4.1",
    "tap-spec": "^4.1.1",
    "tape": "^3.0.3",
    "testling": "^1.7.1"
  },
  "scripts": {
    "test": "standard && browserify test.js | testling | tap-spec"
  },
  "keywords": [
    "prefix",
    "css",
    "style",
    "rule",
    "prefixes",
    "prefixing",
    "webkit",
    "-webkit",
    "-ms",
    "-moz",
    "-o",
    "styles",
    "transform"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mattdesl/prefix-style.git"
  },
  "homepage": "https://github.com/mattdesl/prefix-style",
  "bugs": {
    "url": "https://github.com/mattdesl/prefix-style/issues"
  }
}
