{
  "name": "sass-linear-expression",
  "version": "1.0.1",
  "description": "Responsive dimensions without the use of media queries.",
  "main": "linear-expression.scss",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sigmundftw/sass-linear-expression.git"
  },
  "keywords": [
    "css",
    "sass",
    "scss",
    "linear",
    "expression",
    "calc",
    "responsive",
    "mobile",
    "amp",
    "fluid"
  ],
  "author": "Sigmund Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sigmundftw/sass-linear-expression/issues"
  },
  "homepage": "https://github.com/sigmundftw/sass-linear-expression#readme",
  "devDependencies": {
    "jest": ">=18.0.0",
    "node-sass": ">=4.9.0",
    "sass-true": "^5.0.0"
  }
}
