UNPKG

sass-toolkit

Version:

Think of Toolkit as your swiss army knife for modern design and development.

47 lines (46 loc) 1.13 kB
{ "name": "sass-toolkit", "version": "2.10.2", "description": "Think of Toolkit as your swiss army knife for modern design and development.", "main": "stylesheets/_toolkit.scss", "eyeglass": { "needs": "^1.0.0", "exports": "eyeglass-exports.js", "name": "toolkit" }, "devDependencies": { "diff": "^1.2.1", "fs-extra": "^0.14.0", "glob": "^4.3.2", "node-sass": "^3.0.0", "semver": "^5.1.0", "yargs": "^4.1.0" }, "scripts": { "test": "cd tests && node index.js", "bump:major": "node .bump.js --major", "bump:minor": "node .bump.js --minor", "bump:patch": "node .bump.js --patch", "publish": "node .gembuild.js && git push && git push origin --tags" }, "repository": { "type": "git", "url": "https://github.com/at-import/toolkit.git" }, "keywords": [ "sass", "design", "typography", "fed", "rwd", "eyeglass-module", "toolkit", "design" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/at-import/toolkit/issues" }, "homepage": "https://github.com/at-import/toolkit" }