{
  "name": "preventis-stylesheet",
  "version": "1.0.0",
  "description": "stylesheet foundation for Preventis CI",
  "main": "src/Preventis.styl",
  "author": "Guido Schmidt <guido.schmidt@immundiagnostik.com>",
  "license": "MIT",
  "scope": "preventis",
  "dependencies": {
    "http-server": "^0.9.0",
    "stylus": "^0.54.5"
  },
  "scripts": {
    "start": "cd build/; ../node_modules/.bin/http-server . -p 8087 -o",
    "build": "./node_modules/.bin/stylus src/Preventis.styl -o build/css/preventis.css",
    "watch": "./node_modules/.bin/stylus src/Preventis.styl -o build/css/preventis.css --watch"
  },
  "devDependencies": {
    "stylus": "^0.54.5"
  }
}
