Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm. Learn more
package.json 633 B
{
  "name": "@myuw-web-components/myuw-profile",
  "version": "1.0.0",
  "description": "Web component that provides an avatar button and profile menu",
  "main": "myuw-profile.html",
  "scripts": {
    "start": "superstatic --port 8080 --host 127.0.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/myuw-web-components/myuw-profile.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/myuw-web-components/myuw-profile/issues"
  },
  "homepage": "https://github.com/myuw-web-components/myuw-profile#readme",
  "devDependencies": {
    "superstatic": "^5.0.1"
  }
}