{
  "name": "seed-form-group",
  "version": "0.0.3",
  "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/",
    "prepublish": "npm run test",
    "test:mocha": "mocha",
    "test": "npm run test:mocha",
    "version": "npm run build && git add dist && git add example"
  },
  "homepage": "https://github.com/helpscout/seed-form-group/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/helpscout/seed-form-group.git"
  },
  "authors": [
    "ItsJonQ <itsjonq@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/helpscout/seed-form-group#issues"
  },
  "keywords": [
    "bem",
    "css",
    "design",
    "form",
    "form-group",
    "functional",
    "itcss",
    "group",
    "modular",
    "oocss",
    "performance",
    "seed",
    "seed-pack",
    "scss"
  ],
  "engines": {
    "node": ">=4"
  },
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "node-sass": "^3.10.0",
    "seed-bistro": "0.0.3"
  },
  "dependencies": {
    "seed-input": "0.0.7",
    "seed-publish": "0.1.1",
    "seed-states": "0.0.4"
  }
}
