{
  "name": "windy-css",
  "description": "CSS Framework written in Stylus inspired by Tailwind and NIB",
  "version": "0.7.2",
  "main": "index.styl",
  "files": [
    "windy",
    "index.styl"
  ],
  "scripts": {
    "start": "stylus -w examples/*.styl",
    "test": "jest",
    "prepublishOnly": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holtwick/windy-css.git"
  },
  "keywords": [
    "css",
    "framework",
    "stylus",
    "tailwind",
    "nib"
  ],
  "author": {
    "name": "Dirk Holtwick",
    "email": "dirk.holtwick@gmail.com",
    "url": "https://holtwick.de"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/holtwick/windy-css/issues"
  },
  "homepage": "https://github.com/holtwick/windy-css#readme",
  "devDependencies": {
    "jest": "^26.6.3",
    "stylus": "^0.54.8"
  }
}
