@seedcss/seed-breakpoints
Version:
Breakpoints mixin pack for Seed
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "@seedcss/seed-breakpoints",
"version": "1.0.1",
"description": "Breakpoints mixin pack for Seed",
"main": "index.js",
"homepage": "https://github.com/helpscout/seed/",
"scripts": {
"banner": "node ./scripts/banner.js",
"build": "npm run build:main && npm run banner",
"build:main": "node ./scripts/build.js",
"test:mocha": "mocha",
"test": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helpscout/seed.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/helpscout/seed/issues"
},
"keywords": [
"bem",
"breakpoints",
"css",
"dash",
"design",
"functional",
"itcss",
"modular",
"oocss",
"responsive",
"performance",
"seed",
"seed-pack",
"scss"
],
"dependencies": {
"@seedcss/seed-props": "^1.0.1"
},
"publishConfig": {
"access": "public"
},
"prepublish": "npm run build",
"gitHead": "f7228ac05f7ad931b48d1d620c75ccdf66bf9f26"
}