@seedcss/seed-centralize
Version:
Centralize utility pack for Seed
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "@seedcss/seed-centralize",
"version": "1.0.1",
"description": "Centralize utility pack for Seed",
"main": "index.js",
"scripts": {
"banner": "node ./scripts/banner.js",
"build": "npm run build:main && npm run banner && npm run copy",
"build:main": "node ./scripts/build.js",
"copy": "cp ./dist/*.css ./example/dist/",
"test": "npm run build"
},
"homepage": "https://github.com/helpscout/seed/",
"repository": {
"type": "git",
"url": "git+https://github.com/helpscout/seed.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/helpscout/seed/issues"
},
"keywords": [
"bem",
"centralize",
"css",
"design",
"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"
}