{
  "_from": "react-base16-styling@^0.5.1",
  "_id": "react-base16-styling@0.5.3",
  "_inBundle": false,
  "_integrity": "sha1-OFjyTpxN2MvT9wLz901YHKKRcmk=",
  "_location": "/react-base16-styling",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-base16-styling@^0.5.1",
    "name": "react-base16-styling",
    "escapedName": "react-base16-styling",
    "rawSpec": "^0.5.1",
    "saveSpec": null,
    "fetchSpec": "^0.5.1"
  },
  "_requiredBy": [
    "/react-json-tree"
  ],
  "_resolved": "https://registry.npmjs.org/react-base16-styling/-/react-base16-styling-0.5.3.tgz",
  "_shasum": "3858f24e9c4dd8cbd3f702f3f74d581ca2917269",
  "_spec": "react-base16-styling@^0.5.1",
  "_where": "/Users/jameskyburz/Documents/src/level-eventstore/packages/ui/src/ui/node_modules/react-json-tree",
  "author": {
    "name": "Alexander",
    "email": "alexkuz@gmail.com",
    "url": "http://kuzya.org/"
  },
  "ava": {
    "require": [
      "babel-register"
    ],
    "babel": "inherit"
  },
  "bugs": {
    "url": "https://github.com/alexkuz/react-base16-styling/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "base16": "^1.0.0",
    "lodash.curry": "^4.0.1",
    "lodash.flow": "^3.3.0",
    "pure-color": "^1.2.0"
  },
  "deprecated": false,
  "description": "React styling with base16 color scheme support",
  "devDependencies": {
    "ava": "^0.18.2",
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.4",
    "babel-eslint": "^7.1.1",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.6.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "eslint": "^3.17.0",
    "eslint-plugin-babel": "^4.1.0",
    "eslint-plugin-flowtype": "^2.30.0",
    "flow-bin": "^0.41.0",
    "pre-commit": "^1.1.3"
  },
  "homepage": "https://github.com/alexkuz/react-base16-styling#readme",
  "keywords": [
    "react",
    "theme",
    "base16",
    "styling"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "react-base16-styling",
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexkuz/react-base16-styling.git"
  },
  "scripts": {
    "build": "npm -s run build-lib && npm -s run build-flow",
    "build-flow": "cp src/*.js.flow lib",
    "build-lib": "NODE_ENV=production babel src --out-dir lib",
    "flow": "flow",
    "lint": "eslint src",
    "postversion": "git push",
    "prepublish": "npm run build",
    "preversion": "npm -s run lint && npm -s run test",
    "test": "ava",
    "version": "npm run build && git add -A ."
  },
  "version": "0.5.3"
}
