{
  "name": "theme-wrap",
  "version": "1.0.3",
  "description": "Package your React apps with your own hand crafted Theme Wrap",
  "author": "Farhad Ghayour <me@farhadg.com>",
  "main": "./dist/theme-wrap.min.js",
  "scripts": {
    "start-message": "babel-node tools/start-message.js",
    "predev": "npm-run-all --parallel start-message remove-dist",
    "dev": "npm-run-all --parallel test:watch server lint:watch",
    "server": "babel-node webpack/server.js",
    "lint": "esw webpack src tools",
    "lint:watch": "npm run lint -- --watch",
    "clean-dist": "npm run remove-dist && mkdir dist",
    "remove-dist": "rimraf ./dist",
    "prebuild": "npm run clean-dist && npm run lint && npm run test",
    "build": "babel-node tools/build.js",
    "test": "mocha config/test-setup.js \"src/**/*.spec.js\"",
    "test:cover": "babel-node node_modules/isparta/bin/isparta cover --root src --report html node_modules/mocha/bin/_mocha -- --require ./config/test-setup.js \"src/**/*.spec.js\"",
    "test:cover:travis": "babel-node node_modules/isparta/bin/isparta cover --root src --report lcovonly _mocha -- --require ./config/test-setup.js \"src/**/*.spec.js\" && cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
    "test:watch": "npm run test -- --watch"
  },
  "dependencies": {
    "lodash": "4.13.1",
    "radium": "0.18.1",
    "radium-normalize": "2.0.5",
    "react": "15.3.x",
    "react-addons-update": "15.3.x",
    "react-dom": "15.3.x"
  },
  "devDependencies": {
    "babel-cli": "6.8.0",
    "babel-core": "6.8.0",
    "babel-eslint": "6.1.0",
    "babel-loader": "6.2.4",
    "babel-plugin-react-display-name": "2.0.0",
    "babel-plugin-transform-decorators-legacy": "1.3.4",
    "babel-preset-es2015": "6.6.0",
    "babel-preset-react": "6.5.0",
    "babel-preset-react-hmre": "1.1.1",
    "babel-preset-stage-0": "6.5.0",
    "babel-register": "6.8.0",
    "browser-sync": "2.12.5",
    "chai": "3.5.0",
    "chalk": "1.1.3",
    "connect-history-api-fallback": "1.2.0",
    "coveralls": "2.11.9",
    "cross-env": "1.0.7",
    "enzyme": "2.2.0",
    "eslint": "2.9.0",
    "eslint-config-airplus": "1.1.9",
    "eslint-plugin-react": "5.0.1",
    "eslint-watch": "2.1.11",
    "file-loader": "0.8.5",
    "isparta": "4.0.0",
    "jsdom": "9.4.1",
    "mocha": "2.4.5",
    "npm-run-all": "1.8.0",
    "prompt": "1.0.0",
    "react-addons-test-utils": "15.0.2",
    "react-router": "2.4.0",
    "replace": "0.3.0",
    "rimraf": "2.5.2",
    "sinon": "1.17.4",
    "sinon-chai": "2.8.0",
    "webpack": "1.13.0",
    "webpack-dev-middleware": "1.6.1",
    "webpack-hot-middleware": "2.10.0"
  },
  "keywords": [
    "theme",
    "bootstrap",
    "theme wrap",
    "themewrap",
    "react theme",
    "radium theme",
    "mixins",
    "theme-wrap",
    "ui",
    "react",
    "inline-css",
    "inline css",
    "css javascript",
    "radium"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FarhadG/theme-wrap.git"
  },
  "bugs": {
    "url": "https://github.com/FarhadG/theme-wrap/issues"
  },
  "homepage": "https://github.com/FarhadG/theme-wrap#readme",
  "license": "MIT"
}
