superReal/srbreakpoints

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@superreal/srbreakpoints",
  "version": "1.0.1",
  "description": "SASS Helpers for Breakpoint Handling",
  "files": [
    "src"
  ],
  "main": "src/styles/srbreakpoints.scss",
  "eslintConfig": {
    "extends": "superreal"
  },
  "stylelint": {
    "extends": "stylelint-config-superreal"
  },
  "scripts": {
    "build": "webpack --config test/visual/webpack.config.js",
    "docs:clean": "rimraf _book",
    "docs:prepare": "gitbook install",
    "docs:build": "npm run docs:prepare && gitbook build",
    "docs:watch": "npm run docs:prepare && gitbook serve",
    "docs:publish": "npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git fetch git@github.com:superReal/srbreakpoints.git gh-pages && git checkout -b gh-pages && git add . && git commit -am 'update book' && git push git@github.com:superReal/srbreakpoints.git gh-pages --force",
    "lint": "./pre-commit.sh && exit 0",
    "prebuild": "rimraf test/visual/dist",
    "pretest:reference": "npm run build",
    "pretest:visual": "npm run build",
    "test": "cross-env NODE_ENV=production npm run test:visual",
    "test:reference": "backstop reference --configPath=./test/visual/backstop",
    "test:visual": "backstop test --configPath=test/visual/backstop",
    "start": "webpack-dev-server --config test/visual/webpack.config.js"
  },
  "precommit": "lint",
  "repository": {
    "type": "git",
    "url": "https://github.com/superReal/srbreakpoints.git"
  },
  "keywords": [
    "superreal",
    "responsive",
    "breakpoint",
    "mediaquery"
  ],
  "author": "superReal GmbH",
  "license": "MIT",
  "devDependencies": {
    "autoprefixer": "^6.7.7",
    "backstopjs": "^2.6.11",
    "cross-env": "^4.0.0",
    "css-loader": "^0.28.0",
    "eslint": "^3.18.0",
    "eslint-config-superreal": "^1.0.0",
    "eslint-plugin-import": "^2.2.0",
    "extract-text-webpack-plugin": "^2.1.0",
    "gitbook-cli": "^2.3.0",
    "html-webpack-plugin": "^2.28.0",
    "node-sass": "^4.5.1",
    "postcss-loader": "^1.3.3",
    "pre-commit": "^1.2.2",
    "rimraf": "^2.6.1",
    "sass-loader": "^6.0.3",
    "style-loader": "^0.16.0",
    "stylelint": "^7.9.0",
    "stylelint-config-superreal": "^1.0.0",
    "twig-loader": "^0.3.0",
    "webpack": "^2.3.2",
    "webpack-dev-server": "^2.4.2"
  }
}