UNPKG

sharps

Version:

Modular grid powered by Lost and BEM

56 lines (55 loc) 1.39 kB
{ "name": "sharps", "version": "3.0.3", "license": "MIT", "description": "Modular grid powered by Lost and BEM", "repository": { "type": "git", "url": "git://github.com/theprotein/sharps.git" }, "keywords": [ "bem", "lost", "postcss", "flexbox", "grid" ], "authors": [ "Anton Winogradov <winogradovaa@gmail.com>" ], "dependencies": { "lost": "^6.6.3", "postcss": "^5.0.14", "postcss-browser-reporter": "^0.4.0", "postcss-custom-media": "^5.0.1", "postcss-for": "^2.0.1", "postcss-mixins": "^3.0.2", "postcss-nested": "^1.0.0", "postcss-reporter": "^1.3.0", "postcss-simple-vars": "^1.2.0" }, "devDependencies": { "autoprefixer": "^6.3.1", "conventional-changelog": "^1.1.0", "conventional-changelog-cli": "^1.2.0", "conventional-changelog-lint": "^0.3.4", "enb": "^1.1.0", "enb-bem-techs": "^2.1.0", "enb-postcss": "^0.2.0", "husky": "^0.11.4", "jscs": "^1.11.2", "mversion": "^1.10.1", "postcss-csso": "^1.1.2" }, "scripts": { "dist": "enb make clean && NODE_ENV=production enb make", "lint": "jshint-groups && jscs .", "commitmsg": "conventional-changelog-lint -p angular -e", "release-patch": "mversion patch", "release-minor": "mversion minor", "release-major": "mversion major" }, "engines": { "node": ">=4" } }