seed-family
Version:
Family related mixin pack for Seed
50 lines (49 loc) • 1.06 kB
JSON
{
"name": "seed-family",
"version": "0.0.4",
"description": "Family related mixin pack for Seed",
"main": "index.js",
"scripts": {
"banner": "node ./scripts/banner.js",
"build": "npm run build:main && npm run banner",
"build:main": "node ./scripts/build.js",
"test": "sh ./scripts/test.sh && npm run build",
"prepublish": "npm run test"
},
"homepage": "https://github.com/helpscout/seed-family",
"repository": {
"type": "git",
"url": "git+https://github.com/helpscout/seed-family.git"
},
"authors": [
"ItsJonQ <itsjonq@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/helpscout/seed-family/issues"
},
"keywords": [
"bem",
"css",
"design",
"family",
"functional",
"itcss",
"modular",
"oocss",
"parent",
"performance",
"seed",
"seed-pack",
"scss"
],
"engines": {
"node": ">=4"
},
"devDependencies": {
"mkdirp": "^0.5.1",
"node-sass": "^3.10.0",
"sass-true": "2.1.3",
"seed-cli": "^0.2.8"
}
}