Skip to content
Snippets Groups Projects
Select Git revision
  • f80126614b0bca791ca319cb912a4a3a875abbd3
  • master default protected
  • 1.31
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
  • 4.32.0
  • 4.31.0
  • 4.30.1
  • 4.30.0
  • 4.29.1
  • 4.29.0
  • 4.28.0
  • 4.27.0
  • 4.26.0
  • 4.25.5
  • 4.25.4
  • 4.25.3
  • 4.25.2
  • 4.25.1
  • 4.25.0
  • 4.24.3
23 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 828 B
    {
      "name": "@schukai/monster",
      "version": "2.0.1",
      "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
      "keywords": [
        "framework",
        "web",
        "dom",
        "css",
        "sass",
        "mobile-first",
        "app",
        "front-end",
        "templates",
        "schukai",
        "core",
        "shopcloud",
        "alvine",
        "monster",
        "buildmap",
        "stack",
        "observer",
        "observable",
        "uuid",
        "node",
        "nodelist",
        "css-in-js",
        "logger",
        "log",
        "theme"
      ],
      "main": "source/monster.js",
      "module": "source/monster.js",
      "type": "module",
      "homepage": "https://monsterjs.org",
      "repository": {
        "type": "git",
        "url": "https://gitlab.schukai.com/oss/libraries/javascript/monster.git"
      },
      "author": "schukai GmbH",
      "license": "AGPL 3.0"
    }