Lightweight CSS Framework for Building Apps and Websites https://crispy-css.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
442 B

7 years ago
6 years ago
7 years ago
7 years ago
6 years ago
7 years ago
6 years ago
6 years ago
7 years ago
  1. {
  2. "name": "crispy-boilerplate",
  3. "version": "1.1.0",
  4. "description": "Flat Sass Boilerplate to give you a amount of Basic Settings, Mixins and Functions",
  5. "repository": {
  6. "type": "git",
  7. "url": "git@gitlab.tentakelfabrik.de:tentakelfabrik/crispy-boilerplate.git"
  8. },
  9. "author": "Björn Hase",
  10. "license": "MIT",
  11. "devDependencies": {
  12. "laravel-mix": "^2.1.14"
  13. },
  14. "dependencies": {
  15. "normalize-scss": "^7.0.1"
  16. }
  17. }