{
  "name": "mifa",
  "version": "0.2.0",
  "description": "A UI Framework",
  "main": "dist/mifa.css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phodal/mifa.git"
  },
  "author": "Phodal Huang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/phodal/mifa/issues"
  },
  "homepage": "https://github.com/phodal/mifa#readme",

  "dependencies": {
    "normalize.css": "~5.0.0"
  },
  "devDependencies": {
    "autoprefixer": "^6.5.4",
    "ava": "^0.17.0",
    "backstopjs": "^3.0.32",
    "banner-cli": "^0.11.0",
    "browser-sync": "^2.18.5",
    "editorconfig-tools": "^0.1.1",
    "eslint": "^3.14.0",
    "eslint-config-styled": "^0.0.0",
    "husky": "^0.11.9",
    "node-sass": "^4.7.2",
    "npm-run-all": "^2.3.0",
    "nyc": "^10.0.0",
    "onchange": "^2.5.0",
    "postcss-cli": "^2.6.0",
    "rimraf": "^2.5.4",
    "sass-lint": "^1.10.2"
  },
  "scripts": {
    "start": "run-p build watch serve",
    "build": "run-s clean sass autoprefixer banner",
    "clean": "rimraf dist",
    "sass": "node-sass --output-style expanded src/mifa.sass dist/mifa.css && node-sass --output-style compressed src/mifa.sass dist/mifa.min.css",
    "autoprefixer": "postcss -u autoprefixer --no-map.inline --autoprefixer.browsers \"last 1 versions\" -r dist/*.css",
    "banner": "banner-cli dist/*.css",
    "watch": "onchange src -- run-p build",
    "serve": "browser-sync start --no-notify -s docs --ss dist -f dist",
    "backstop": "run-s build && run-p serve compare",
    "reference": "backstop reference --configPath=backstop.conf.js",
    "compare": "backstop test --configPath=backstop.conf.js",
    "lint": "sass-lint -c .sasslintrc src --verbose --no-exit && eslint test -c styled && editorconfig-tools check .",
    "ava": "nyc ava",
    "test": "run-s build lint ava",
    "precommit": "run-p test"
  }
}
