UNPKG

element-f

Version:

Define your custom elements with elegance

38 lines (37 loc) 832 B
{ "name": "element-f", "version": "2.0.0", "description": "Define your custom elements with elegance", "main": "./dist/umd.min.js", "module": "./src/element-f.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/tweinfeld/element-f.git" }, "files": [ "README.md", "LICENSE", "dist/umd.min.js", "src/element-f.js" ], "keywords": [ "Custom Elements", "Functional", "Shim", "Wrapper" ], "author": "Tal Weinfeld", "license": "MIT", "bugs": { "url": "https://github.com/tweinfeld/element-f/issues" }, "homepage": "https://github.com/tweinfeld/element-f#readme", "devDependencies": { "webpack": "^5.10.1", "webpack-cli": "^4.2.0" } }