{
  "name": "postcss-wxss",
  "version": "1.0.6",
  "description": "PostCSS plugin to transpile wxss or acss.",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "wxss",
    "acss"
  ],
  "author": "Junjie Ding <djjoriens@gmail.com>",
  "license": "MIT",
  "repository": "IOriens/postcss-wxss",
  "bugs": {
    "url": "https://github.com/IOriens/postcss-wxss/issues"
  },
  "homepage": "https://github.com/IOriens/postcss-wxss",
  "dependencies": {
    "postcss": "^6.0.16",
    "postcss-selector-parser": "^3.1.1",
    "postcss-value-parser": "^3.3.0"
  },
  "devDependencies": {
    "jest": "^22.1.1",
    "standard": "^10.0.3"
  },
  "scripts": {
    "test": "jest && standard",
    "dev": "nodemon --exec 'npm test'"
  }
}
