UNPKG

@mundorum/oid

Version:

Web components based on the Digital Content Component (DCC) model for the Mundorum space.

51 lines (50 loc) 1.21 kB
{ "name": "@mundorum/oid", "version": "0.3.1", "description": "Web components based on the Digital Content Component (DCC) model for the Mundorum space.", "jsdelivr": "./oid.min.js", "unpkg": "./oid.min.js", "browser": "./oid.min.js", "main": "./oid.js", "module": "./oid.js", "dependencies": { "axios": "^1.11.0" }, "devDependencies": { "@playwright/test": "^1.32.1", "vite": "^6.0.7" }, "scripts": { "dev": "vite --open playground/editor/index.html", "build": "vite build", "build:dev": "vite build --mode development", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "./oid.js", "./oid.js.map", "./oid.min.js", "./oid.css", "./oid.min.css" ], "repository": { "type": "git", "url": "git+https://github.com/mundorum/oid.git" }, "keywords": [ "web component", "oid", "dcc", "digital content component", "mundorum" ], "author": { "name": "André Santanchè", "url": "https://www.ic.unicamp.br/~santanche/" }, "license": "LGPL-3.0-or-later", "bugs": { "url": "https://github.com/mundorum/oid/issues" }, "homepage": "https://mundorum.github.io/oid/" }