{
  "name": "seed-border",
  "version": "0.0.10",
  "description": "Border theme 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": "npm run build",
    "prepublish": "npm run test"
  },
  "homepage": "https://github.com/helpscout/seed-border",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/helpscout/seed-border.git"
  },
  "authors": [
    "ItsJonQ <itsjonq@gmail.com>"
  ],
  "license": "MIT",
  "keywords": [
    "bem",
    "border",
    "css",
    "design",
    "functional",
    "itcss",
    "modular",
    "oocss",
    "performance",
    "seed",
    "seed-pack",
    "scss"
  ],
  "engines": {
    "node": ">=4"
  },
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "node-sass": "^3.10.0"
  },
  "dependencies": {
    "sass-pathfinder": "0.0.5",
    "seed-breakpoints": "^0.4.0",
    "seed-publish": "0.0.4"
  }
}
