{
  "name": "preventis-style",
  "version": "0.0.2",
  "description": "stylesheet foundation for Preventis CI",
  "main": "src/Preventis.styl",
  "author": "Guido Schmidt <guido.schmidt@immundiagnostik.com>",
  "license": "MIT",
  "dependencies": {
    "http-server": "^0.9.0",
    "stylus": "^0.54.5"
  },
  "scripts": {
    "start": "cd build/; ../node_modules/.bin/http-server . -p 8087 -o",
    "build": "stylus src/Preventis.styl -o build/css/preventis.css",
    "watch": "stylus src/Preventis.styl -o build/css/preventis.css --watch"
  },
  "devDependencies": {
    "stylus": "^0.54.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/preventis/stylesheet-foundation.git"
  },
  "keywords": [
    "style",
    "preventis",
    "css"
  ],
  "bugs": {
    "url": "https://github.com/preventis/stylesheet-foundation/issues"
  },
  "homepage": "https://github.com/preventis/stylesheet-foundation#readme"
}
