UNPKG

soo.js

Version:

custom-elements with renderer

34 lines (33 loc) 753 B
{ "name": "soo.js", "version": "1.1.8", "description": "custom-elements with renderer", "main": "./build/soo.min.js", "directories": { "example": "example" }, "scripts": { "build": "rollup -c rollup.config.js", "format": "find ./index.js | xargs prettier --write" }, "repository": { "type": "git", "url": "git+https://github.com/tonis2/Soo.git" }, "keywords": [ "custom-elements", "template-strings", "shadow-dom" ], "author": "tonis", "license": "ISC", "bugs": { "url": "https://github.com/tonis2/Soo/issues" }, "homepage": "https://github.com/tonis2/Soo#readme", "devDependencies": { "prettier": "1.14.3", "rollup": "^0.56.2", "rollup-plugin-uglify": "^3.0.0" } }