{
  "name": "mkapp",
  "version": "0.8.1",
  "description": "A CLI build tool for React + Condux",
  "bin": {
    "mkapp": "./bin/mkapp.js"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -rf ./lib/* && babel _components --out-dir lib",
    "lint": "eslint ./_components/* --ext ,js,.jsx",
    "prebuild": "npm run lint",
    "postbuild": "npm run docs",
    "docs": "jsdoc2md --partial dmd_partials/scope.hbs dmd_partials/params-table.hbs dmd_partials/separator.hbs -t docs/mkapp-theme.hbs lib/ThemeProvider.js theme/index.js > docs/mkapp-theme.md;"
  },
  "babel": {
    "plugins": [
      "transform-es2015-modules-commonjs"
    ],
    "presets": [
      "react",
      "es2015"
    ]
  },
  "keywords": [
    "react",
    "cli",
    "build-tool",
    "app",
    "condux"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/epferrari/mkapp.git"
  },
  "author": "Ethan Ferrari <ethan@ethanferrari.com>",
  "license": "MIT",
  "dependencies": {
    "@epferrari/immutable-state": "0.0.3",
    "@epferrari/js-utils": "^1.0.0",
    "@epferrari/react-context-utility": "^1.0.2",
    "@epferrari/react-fa-icon": "^1.0.1",
    "adm-zip": "^0.4.7",
    "app-root-path": "^1.0.0",
    "autoprefixer": "^6.1.0",
    "babel": "^6.0.15",
    "babel-core": "^6.1.2",
    "babel-eslint": "^4.1.4",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.1.3",
    "babel-polyfill": "^6.5.0",
    "babel-preset-es2015": "^6.1.2",
    "babel-preset-react": "^6.1.18",
    "babelify": "^7.2.0",
    "bluebird": "^3.0.5",
    "browserify": "^12.0.1",
    "cli-color": "^1.1.0",
    "commander": "^2.9.0",
    "condux": "^0.4.0",
    "condux-client": "^0.4.2",
    "envify": "^3.4.0",
    "eslint": "^1.9.0",
    "express": "^4.13.3",
    "font-awesome": "^4.4.0",
    "fs-extra": "^0.26.2",
    "github-download": "^0.4.0",
    "glob": "^5.0.15",
    "history": "^1.13.0",
    "less": "^2.5.3",
    "less-plugin-autoprefix": "^1.5.1",
    "less-plugin-clean-css": "^1.5.1",
    "livereload": "^0.4.0",
    "livereload-js": "^2.2.2",
    "lodash": "^3.10.1",
    "material-ui": "^0.13.1",
    "ncp": "^2.0.0",
    "nodemon": "^1.8.1",
    "opener": "^1.4.1",
    "postcss-cli": "^2.3.2",
    "prompt": "^0.2.14",
    "react": "^0.14.2",
    "react-addons-create-fragment": "^0.14.2",
    "react-addons-pure-render-mixin": "^0.14.2",
    "react-addons-transition-group": "^0.14.2",
    "react-addons-update": "^0.14.2",
    "react-dom": "^0.14.2",
    "react-router": "^1.0.0",
    "react-tap-event-plugin": "^0.2.1",
    "reactify": "^1.1.1",
    "reflux": "^0.3.0",
    "request": "^2.65.0",
    "resolve": "^1.1.6",
    "shelljs": "^0.5.3",
    "tarball-extract": "0.0.3",
    "terminal-kit": "^0.15.10",
    "uglifyjs": "^2.4.10",
    "velocity-animate": "^1.2.3",
    "velocity-ui-pack": "^1.2.2",
    "watch": "^0.16.0",
    "watchify": "^3.6.0"
  },
  "engines": {
    "node": "^4.0.0",
    "npm": "^3.3.7"
  },
  "devDependencies": {
    "dmd": "^1.3.4",
    "jsdoc": "^3.4.0",
    "jsdoc-jsx": "^0.1.0",
    "jsdoc-to-markdown": "^1.3.3"
  }
}
