{
  "name": "postcss-write-svg",
  "version": "3.0.1",
  "description": "Write SVGs directly in CSS",
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
  "license": "CC0-1.0",
  "repository": "jonathantneal/postcss-write-svg",
  "homepage": "https://github.com/jonathantneal/postcss-write-svg#readme",
  "bugs": "https://github.com/jonathantneal/postcss-write-svg/issues",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "lint": "echint && eslint index.js && jscs index.js",
    "prepublish": "npm test",
    "tape": "postcss-tape",
    "test": "npm run lint && postcss-tape"
  },
  "engines": {
    "node": ">=6.9.1"
  },
  "dependencies": {
    "postcss": "^5.2.6",
    "postcss-value-parser": "^3.3.0"
  },
  "devDependencies": {
    "echint": "^2.1.0",
    "echint-config-dev": "1.0.0",
    "eslint": "^3.12.1",
    "eslint-config-dev": "1.0.0",
    "jscs": "^3.0.7",
    "jscs-config-dev": "1.0.1",
    "postcss-tape": "1.3.0"
  },
  "echint": {
    "extends": "dev"
  },
  "eslintConfig": {
    "extends": "dev",
    "parserOptions": {
      "sourceType": "module"
    }
  },
  "jscsConfig": {
    "preset": "dev"
  },
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "markups",
    "customs",
    "svgs",
    "scalable",
    "vectors",
    "graphics",
    "multiplexing",
    "syntaxes",
    "params",
    "vars",
    "variables"
  ]
}
