{
  "name": "@schuelerkarriere/mathsass",
  "title": "MathSass",
  "version": "0.11.1",
  "description": "A Sass implementation of mathematical functions.",
  "keywords": [
    "sass",
    "scss",
    "math"
  ],
  "homepage": "https://github.com/terkel/mathsass",
  "bugs": "https://github.com/terkel/mathsass/issues",
  "author": {
    "name": "Takeru Suzuki",
    "email": "terkeljp@gmail.com",
    "url": "https://github.com/terkel"
  },
  "contributors": [
    {
      "name": "James Kyle",
      "email": "me@thejameskyle.com",
      "url": "https://github.com/thejameskyle"
    },
    {
      "name": "Pascal Duez",
      "url": "http://pascalduez.me/"
    }
  ],
  "main": "dist/_math.scss",
  "repository": {
    "type": "git",
    "url": "git://github.com/terkel/mathsass.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "files": [
    "dist/"
  ],
  "bin": {},
  "devDependencies": {
    "bootcamp": "~1.1.7",
    "grunt": "~1.0.4",
    "grunt-contrib-sass": "~1.0.0",
    "grunt-contrib-watch": "~1.1.0",
    "grunt-init": "~0.3.2"
  },
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/terkel/mathsass/blob/master/LICENSE.md"
    }
  ]
}
