{
  "name": "style-to-object",
  "version": "0.2.3",
  "description": "Converts inline style to object.",
  "author": "Mark <mark@remarkablemark.org>",
  "main": "index.js",
  "scripts": {
    "build": "npm run clean && npm run build:min && npm run build:unmin",
    "build:min": "NODE_ENV=production rollup --config --file dist/style-to-object.min.js --sourcemap",
    "build:unmin": "NODE_ENV=development rollup --config --file dist/style-to-object.js",
    "clean": "rm -rf dist",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint --ignore-path .gitignore .",
    "lint:fix": "npm run lint -- --fix",
    "prepublishOnly": "npm run build",
    "release": "standard-version --no-verify",
    "test": "mocha",
    "test:coverage": "nyc npm test",
    "test:coverage:report": "nyc report --reporter=html",
    "test:watch": "mocha --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/remarkablemark/style-to-object"
  },
  "bugs": {
    "url": "https://github.com/remarkablemark/style-to-object/issues"
  },
  "keywords": [
    "style-to-object",
    "inline",
    "style",
    "parser",
    "css",
    "object",
    "pojo"
  ],
  "dependencies": {
    "inline-style-parser": "0.1.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.0.0",
    "@commitlint/config-conventional": "^8.0.0",
    "coveralls": "^3.0.4",
    "eslint": "^6.0.0",
    "eslint-plugin-prettier": "^3.1.0",
    "husky": "^2.4.1",
    "lint-staged": "^8.2.1",
    "mocha": "^6.1.4",
    "nyc": "^14.1.1",
    "prettier": "^1.18.2",
    "rollup": "^1.16.2",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-node-resolve": "^5.0.4",
    "rollup-plugin-uglify": "^6.0.2",
    "standard-version": "^6.0.1"
  },
  "files": [
    "/dist"
  ],
  "license": "MIT"
}
