{
  "_args": [
    [
      "react-inline-css@^2.0.0",
      "/Users/nick/codes/twreporter-react"
    ]
  ],
  "_from": "react-inline-css@>=2.0.0 <3.0.0",
  "_id": "react-inline-css@2.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/react-inline-css",
  "_nodeVersion": "5.1.0",
  "_npmUser": {
    "email": "wong@mollie.nl",
    "name": "rickwong"
  },
  "_npmVersion": "3.5.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "react-inline-css",
    "raw": "react-inline-css@^2.0.0",
    "rawSpec": "^2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-inline-css/-/react-inline-css-2.1.0.tgz",
  "_shasum": "e21f2cb13e446b025ebbb838817de5f3ac653481",
  "_shrinkwrap": null,
  "_spec": "react-inline-css@^2.0.0",
  "_where": "/Users/nick/codes/twreporter-react",
  "bugs": {
    "url": "https://github.com/RickWong/react-inline-css/issues"
  },
  "dependencies": {},
  "description": "Inline CSS in your React components, namespaced automatically.",
  "devDependencies": {
    "babel-core": "6.4.0",
    "babel-loader": "6.2.1",
    "babel-preset-es2015": "6.3.13",
    "babel-preset-react": "6.3.13",
    "concurrently": "1.0.0",
    "json-loader": "0.5.4",
    "react": "0.14.6",
    "react-dom": "0.14.6",
    "react-hot-loader": "1.3.0",
    "webpack": "1.12.11",
    "webpack-dev-server": "1.14.1"
  },
  "directories": {},
  "dist": {
    "shasum": "e21f2cb13e446b025ebbb838817de5f3ac653481",
    "tarball": "http://registry.npmjs.org/react-inline-css/-/react-inline-css-2.1.0.tgz"
  },
  "gitHead": "2809c2c9e7f76ac06588f23d2903c7c2e1b49bd5",
  "homepage": "https://github.com/RickWong/react-inline-css",
  "keywords": [
    "css",
    "inline",
    "react",
    "react-component",
    "style"
  ],
  "license": "BSD-3-Clause",
  "main": "src/react-inline-css",
  "maintainers": [
    {
      "name": "rickwong",
      "email": "wong@mollie.nl"
    }
  ],
  "name": "react-inline-css",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RickWong/react-inline-css.git"
  },
  "scripts": {
    "build": "webpack --verbose --colors --display-error-details --config webpack.client.js",
    "localhost": "sleep 2; which open && open http://localhost:8080",
    "watch": "concurrent 'npm run watch-client' 'npm run localhost'",
    "watch-client": "webpack --verbose --colors --display-error-details --config webpack.client-watch.js && webpack-dev-server --config webpack.client-watch.js"
  },
  "version": "2.1.0"
}
