{
  "name": "sagui",
  "version": "11.5.0",
  "description": "Front-end tooling in a single dependency",
  "preferGlobal": false,
  "bin": {
    "sagui": "./bin/sagui.js"
  },
  "main": "index.js",
  "files": [
    "bin",
    "karma-static-files",
    "flowtype-interfaces",
    "lib",
    "src",
    "template"
  ],
  "scripts": {
    "build": "rm -rf lib && babel src --out-dir lib --ignore *.spec.js && cp src/sagui-config-schema.json lib/sagui-config-schema.json && cp src/javascript-eslintrc.json lib/javascript-eslintrc.json",
    "test": "npm run test:lint && npm run test:unit && npm run test:integration",
    "test:lint": "standard | snazzy",
    "test:lint:fix": "standard --fix",
    "test:integration": "mocha --timeout 0 --compilers js:babel-register --recursive --reporter spec ./spec/integration",
    "test:integration:watch": "npm run test:integration -- --watch",
    "test:unit": "mocha --timeout 0 --compilers js:babel-register --recursive --reporter spec ./src",
    "test:unit:watch": "npm run test:unit -- --watch --watch-extensions json",
    "postinstall": "node ./bin/sagui.js update"
  },
  "standard": {
    "parser": "babel-eslint",
    "env": {
      "jasmine": true,
      "node": true
    },
    "ignore": [
      "lib",
      "flowtype-interfaces",
      "spec",
      "template"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saguijs/sagui.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/saguijs/sagui/issues"
  },
  "homepage": "https://github.com/saguijs/sagui#readme",
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-register": "^6.24.0",
    "chai": "^4.1.0",
    "jsdom": "^11.1.0",
    "mocha": "^3.2.0",
    "snazzy": "^7.0.0",
    "temp": "^0.8.3",
    "tmp": "0.0.31"
  },
  "dependencies": {
    "ajv": "^5.2.2",
    "autoprefixer": "^7.1.2",
    "babel-core": "^6.24.0",
    "babel-eslint": "^7.2.1",
    "babel-loader": "^7.1.1",
    "babel-plugin-istanbul": "^4.1.1",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-react-jsx-self": "^6.22.0",
    "babel-plugin-transform-react-jsx-source": "^6.22.0",
    "babel-preset-env": "^1.3.3",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "case-sensitive-paths-webpack-plugin": "^2.1.1",
    "chalk": "^2.0.1",
    "clean-webpack-plugin": "^0.1.16",
    "commander": "^2.9.0",
    "css-loader": "^0.28.0",
    "deep-equal": "^1.0.1",
    "eslint": "^3.19.0",
    "eslint-config-prettier": "^2.3.0",
    "eslint-config-standard": "10.2.0",
    "eslint-config-standard-jsx": "4.0.1",
    "eslint-loader": "^1.7.1",
    "eslint-plugin-flowtype": "^2.32.1",
    "eslint-plugin-import": "~2.2.0",
    "eslint-plugin-node": "~4.2.2",
    "eslint-plugin-prettier": "^2.1.2",
    "eslint-plugin-promise": "~3.5.0",
    "eslint-plugin-react": "~6.10.0",
    "eslint-plugin-standard": "~3.0.1",
    "extract-text-webpack-plugin": "^3.0.0",
    "file-loader": "^0.11.1",
    "flow-bin": "0.50.0",
    "fs-extra": "^4.0.0",
    "glob": "^7.1.1",
    "happypack": "^3.0.3",
    "html-loader": "^0.4.5",
    "html-webpack-plugin": "^2.28.0",
    "ip": "^1.1.5",
    "jasmine-core": "^2.5.2",
    "karma": "^1.6.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-detect-browsers": "^2.2.5",
    "karma-firefox-launcher": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-mocha-reporter": "^2.2.3",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.3",
    "lodash.merge": "^4.6.0",
    "lodash.uniq": "^4.5.0",
    "node-sass": "^4.5.2",
    "null-loader": "^0.1.1",
    "parent-module": "^0.1.0",
    "postcss-loader": "^1.3.3",
    "prettier": "^1.3.1",
    "raw-loader": "^0.5.1",
    "sass-loader": "^6.0.3",
    "standard": "^10.0.1",
    "style-loader": "^0.18.2",
    "template-directory": "^2.0.0",
    "url-loader": "^0.5.8",
    "webpack": "^3.2.0",
    "webpack-dev-server": "^2.5.1",
    "webpack-md5-hash": "0.0.6",
    "webpack-merge": "^4.1.0",
    "yaml-loader": "^0.5.0"
  }
}
