UNPKG

seed-flexy

Version:
56 lines (55 loc) 1.19 kB
{ "name": "seed-flexy", "version": "0.3.4", "description": "Flex object pack for Seed", "main": "index.js", "homepage": "https://github.com/helpscout/seed-flexy", "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 test:mocha", "prerelease": "npm run test", "version": "npm run build && git add dist" }, "repository": { "type": "git", "url": "git+https://github.com/helpscout/seed-flexy.git" }, "authors": [ "ItsJonQ <itsjonq@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/helpscout/seed-flexy/issues" }, "keywords": [ "bem", "css", "design", "flex", "flexy", "functional", "itcss", "modular", "oocss", "performance", "seed", "seed-pack", "scss" ], "engines": { "node": ">=4" }, "devDependencies": { "mkdirp": "0.5.1", "node-sass": "4.5.3", "seed-bistro": "0.1.9" }, "dependencies": { "sass-pathfinder": "0.0.5", "seed-breakpoints": "0.4.1", "seed-publish": "0.2.0" } }