UNPKG

seed-centralize

Version:
53 lines (52 loc) 1.17 kB
{ "name": "seed-centralize", "version": "0.0.4", "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", "prepublish": "npm run test" }, "homepage": "https://github.com/helpscout/seed-centralize", "repository": { "type": "git", "url": "git+https://github.com/helpscout/seed-centralize.git" }, "authors": [ "ItsJonQ <itsjonq@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/helpscout/seed-centralize/issues" }, "keywords": [ "bem", "centralize", "css", "design", "functional", "itcss", "modular", "oocss", "performance", "seed", "seed-pack", "scss" ], "engines": { "node": ">=4" }, "devDependencies": { "mkdirp": "^0.5.1", "node-sass": "^3.10.0" }, "dependencies": { "sass-pathfinder": "0.0.5", "seed-breakpoints": "^0.4.0", "seed-publish": "0.0.4" } }