{
  "name": "hyphenate-style-name",
  "version": "1.0.3",
  "description": "Hyphenates a camelcased CSS property name",
  "main": "index.cjs.js",
  "module": "index.js",
  "scripts": {
    "build": "rollup --input index.js --file index.cjs.js --format cjs",
    "coverage": "nyc tape -- test/**/*.test.js",
    "lint": "eslint . --ignore-path .gitignore",
    "test": "tape test/**/*.test.js",
    "precoverage": "npm run build",
    "pretest": "npm run lint && npm run build",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/rexxars/hyphenate-style-name.git"
  },
  "keywords": [
    "hyphenate",
    "style",
    "css",
    "camelcase"
  ],
  "author": "Espen Hovlandsdal <espen@hovlandsdal.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/rexxars/hyphenate-style-name/issues"
  },
  "homepage": "https://github.com/rexxars/hyphenate-style-name#readme",
  "devDependencies": {
    "eslint": "^4.6.0",
    "eslint-config-prettier": "^3.3.0",
    "eslint-config-sanity": "^0.140.0",
    "nyc": "^13.1.0",
    "prettier": "^1.15.2",
    "rollup": "^1.1.2",
    "tape": "^4.6.2"
  }
}