UNPKG

@polight/lego

Version:

Tiny Web Components lib for future-proof HTML mentors

45 lines (44 loc) 1.06 kB
{ "name": "@polight/lego", "version": "1.11.0", "description": "Tiny Web Components lib for future-proof HTML mentors", "main": "index.js", "type": "module", "scripts": { "build": "rollup -c && rollup -c rollup.config.minified.js", "publish": "npm run build && npm publish", "test": "echo 'test still need to be implemented, contribution needed :)'" }, "dependencies": { "parse5": "^7.1.2" }, "devDependencies": { "petit-dom": "^0.6.0", "@rollup/plugin-node-resolve": "*", "rollup": "*", "rollup-plugin-gzip": "*", "rollup-plugin-terser": "*" }, "bin": { "lego": "./bin/compile.js" }, "repository": { "type": "git", "url": "git+https://github.com/Polight/lego.git" }, "keywords": [ "webcomponents", "minimalist", "hyperdom", "reactive", "vuejs", "react", "riot" ], "author": "vinyll <Vincent Agnano>", "license": "MIT", "bugs": { "url": "https://github.com/Polight/lego/issues" }, "homepage": "https://github.com/Polight/lego#readme" }