@seedcss/seed-form-group
Version:
Form group component pack for Seed
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "@seedcss/seed-form-group",
"version": "1.0.1",
"description": "Form group component pack for Seed",
"main": "index.js",
"scripts": {
"banner": "node ./scripts/banner.js",
"build:main": "node ./scripts/build.js",
"build": "npm run build:main && npm run banner && npm run copy",
"copy": "cp ./dist/*.css ./example/dist/",
"test:mocha": "mocha",
"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",
"css",
"design",
"form",
"form-group",
"functional",
"itcss",
"group",
"modular",
"oocss",
"performance",
"seed",
"seed-pack",
"scss"
],
"dependencies": {
"@seedcss/seed-input": "^1.0.1",
"@seedcss/seed-publish": "^1.0.1",
"@seedcss/seed-states": "^1.0.1"
},
"publishConfig": {
"access": "public"
},
"prepublish": "npm run build",
"gitHead": "f7228ac05f7ad931b48d1d620c75ccdf66bf9f26"
}