{
  "name": "mni",
  "version": "0.5.0-alpha",
  "description": "Mnimal frontend framework",
  "dependencies": {
    "bourbon": "^6.0.0",
    "chalk": "^3.0.0",
    "cross-env": "^6.0.3",
    "css-loader": "^3.2.0",
    "fibers": "^4.0.2",
    "laravel-mix": "^5.0.0",
    "laravel-mix-clean-css": "^1.3.1",
    "laravel-mix-modernizr": "^1.0.1",
    "mqpacker": "^7.0.0",
    "node-sass": "^4.13.0",
    "prompts": "^2.3.0",
    "reset-css": "^4.0.1",
    "resolve-url-loader": "^3.1.0",
    "sass": "^1.23.7",
    "sass-loader": "^8.0.0",
    "sassdoc": "^2.7.1",
    "vanilla-lazyload": "^12.3.0",
    "vue-template-compiler": "^2.6.10",
    "yargs": "^15.0.2",
    "zooming": "^2.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marceickhoff/mni.git"
  },
  "author": {
    "name": "Marc Eickhoff",
    "email": "mail@marceickhoff.com",
    "url": "https://marceickhoff.com/"
  },
  "bugs": {
    "url": "https://github.com/marceickhoff/mni/issues"
  },
  "homepage": "https://github.com/marceickhoff/mni#readme",
  "license": "MIT",
  "scripts": {
    "docs": "sassdoc lib/scss -d docs",
    "dev": "npm run development",
    "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
    "watch": "npm run development -- --watch",
    "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
    "prod": "npm run production",
    "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
    "prepublishOnly": "npm run prod"
  },
  "bin": {
    "mni": "./bin/cli"
  }
}
