{ "name": "mathsass", "title": "MathSass", "version": "0.11.0", "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": { "grunt": "~1.0.4", "grunt-contrib-sass": "~1.0.0", "grunt-contrib-watch": "~1.1.0", "grunt-init": "~0.3.2", "bootcamp": "~1.1.7" }, "engines": { "node": ">=0.8.0", "npm": ">=1.2.10" }, "licenses": [ { "type": "MIT", "url": "https://github.com/terkel/mathsass/blob/master/LICENSE.md" } ] }