UNPKG

@seedcss/seed-flexy

Version:
48 lines (47 loc) 1.06 kB
{ "name": "@seedcss/seed-flexy", "version": "1.0.1", "description": "Flex object 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", "prerelease": "npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/helpscout/seed.git" }, "license": "MIT", "bugs": { "url": "https://github.com/helpscout/seed/issues" }, "keywords": [ "bem", "css", "design", "flex", "flexy", "functional", "itcss", "modular", "oocss", "performance", "seed", "seed-pack", "scss" ], "dependencies": { "@seedcss/seed-breakpoints": "^1.0.1", "@seedcss/seed-publish": "^1.0.1" }, "publishConfig": { "access": "public" }, "prepublish": "npm run build", "gitHead": "f7228ac05f7ad931b48d1d620c75ccdf66bf9f26" }