{
  "name": "seed-button",
  "version": "0.3.0",
  "description": "Button 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",
    "dev": "nodemon -e scss -x 'npm run test -- --watch --reporter=dot'",
    "start": "npm run dev",
    "test": "mocha test/setup.mocha.js test --recursive",
    "prerelease": "npm test",
    "version": "npm run build && git add dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/helpscout/seed-button.git"
  },
  "authors": [
    "ItsJonQ <itsjonq@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/helpscout/seed-button/issues"
  },
  "keywords": [
    "bem",
    "button",
    "component",
    "css",
    "design",
    "functional",
    "itcss",
    "modular",
    "oocss",
    "performance",
    "seed",
    "seed-pack",
    "scss"
  ],
  "engines": {
    "node": ">=4"
  },
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "node-sass": "^4.5.3",
    "nodemon": "1.11.0",
    "seed-bistro": "0.1.9"
  },
  "dependencies": {
    "sass-pathfinder": "0.0.5",
    "seed-border": "0.0.10",
    "seed-color-scheme": "0.3.0",
    "seed-control": "0.1.0",
    "seed-dash": "0.0.2",
    "seed-publish": "0.2.0"
  }
}
