{
  "name": "lcars.web",
  "version": "1.7.3",
  "scripts": {
    "dev": "node-sass scss/lcars.web.scss dist/css/lcars.web.css --source-map-embed -w",
    "build": "rm -rf dist && node-sass scss/lcars.web.scss dist/css/lcars.web.min.css --output-style compressed && cp -R scss/ dist/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tklepzig/lcars.web.git"
  },
  "author": "Thomas Klepzig",
  "bugs": {
    "url": "https://github.com/tklepzig/lcars.web/issues"
  },
  "dependencies": {
    "node-sass": "^4.5.3"
  }
}
