{
  "_args": [
    [
      "inline-style-prefixer@^0.6.2",
      "/Users/nick/codes/twreporter-react/node_modules/radium"
    ]
  ],
  "_from": "inline-style-prefixer@>=0.6.2 <0.7.0",
  "_id": "inline-style-prefixer@0.6.7",
  "_inCache": true,
  "_installable": true,
  "_location": "/inline-style-prefixer",
  "_nodeVersion": "5.1.0",
  "_npmUser": {
    "email": "robin@rofrischmann.de",
    "name": "rofrischmann"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "inline-style-prefixer",
    "raw": "inline-style-prefixer@^0.6.2",
    "rawSpec": "^0.6.2",
    "scope": null,
    "spec": ">=0.6.2 <0.7.0",
    "type": "range"
  },
  "_requiredBy": [
    "/radium"
  ],
  "_resolved": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-0.6.7.tgz",
  "_shasum": "eeb453c2c764aa7471d1cc916c206fb81aca4e75",
  "_shrinkwrap": null,
  "_spec": "inline-style-prefixer@^0.6.2",
  "_where": "/Users/nick/codes/twreporter-react/node_modules/radium",
  "author": {
    "name": "Robin Frischmann"
  },
  "bugs": {
    "url": "https://github.com/rofrischmann/inline-style-prefixer/issues"
  },
  "dependencies": {
    "bowser": "^1.0.0"
  },
  "description": "Autoprefixer for inline styles using userAgent and caniuse data",
  "devDependencies": {
    "babel": "^5.6.14",
    "babelify": "^6.3.0",
    "browserify": "^11.1.0",
    "caniuse-api": "^1.4.1",
    "chai": "^3.2.0",
    "codeclimate-test-reporter": "^0.1.1",
    "esformatter": "^0.8.1",
    "esformatter-braces": "^1.2.1",
    "esformatter-collapse-objects": "^0.5.1",
    "esformatter-dot-notation": "^1.3.1",
    "esformatter-literal-notation": "^1.0.1",
    "esformatter-parseint": "^1.0.3",
    "esformatter-quote-props": "^1.0.2",
    "esformatter-quotes": "^1.0.3",
    "esformatter-remove-trailing-commas": "^1.0.1",
    "esformatter-spaced-lined-comment": "^2.0.1",
    "esformatter-var-each": "^2.1.0",
    "isparta": "^4.0.0",
    "mocha": "^2.2.5",
    "object-assign": "^4.0.1",
    "rimraf": "^2.4.2",
    "uglifyjs": "^2.4.10"
  },
  "directories": {},
  "dist": {
    "shasum": "eeb453c2c764aa7471d1cc916c206fb81aca4e75",
    "tarball": "http://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-0.6.7.tgz"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/",
    "lib/"
  ],
  "gitHead": "8ce0b7c9ef44dd687ac687c438cc9e17fc213ec3",
  "homepage": "https://github.com/rofrischmann/inline-style-prefixer#readme",
  "keywords": [
    "autoprefixer",
    "inline styles",
    "prefixer",
    "react",
    "react styling",
    "userAgent",
    "vendor prefix"
  ],
  "license": "MIT",
  "main": "lib/Prefixer.js",
  "maintainers": [
    {
      "name": "ianobermiller",
      "email": "ian@obermillers.com"
    },
    {
      "name": "rofrischmann",
      "email": "robin@rofrischmann.de"
    }
  ],
  "name": "inline-style-prefixer",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rofrischmann/inline-style-prefixer.git"
  },
  "scripts": {
    "babel": "babel modules/ --out-dir lib",
    "build": "npm run clean && mkdir dist && npm run babel && npm run generate && npm run bundle",
    "bundle": "browserify lib/Prefixer.js --s Prefixer > dist/prefixer.js && uglifyjs dist/prefixer.js -o dist/prefixer.min.js",
    "clean": "rimraf lib dist coverage",
    "coverage": "codeclimate-test-reporter < coverage/lcov.info",
    "generate": "node ./generator/generateData.js",
    "pretest": "npm run clean && npm run babel && npm run generate",
    "release": "npm run build && npm publish",
    "test": "mocha --recursive --compilers js:babel/register",
    "test:coverage": "babel-node ./node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- --recursive"
  },
  "version": "0.6.7"
}
