UNPKG

@forter/form-section

Version:
56 lines (55 loc) 1.29 kB
{ "name": "@forter/form-section", "version": "1.3.2", "description": "form-section from Forter Components", "author": "Forter Developers", "license": "Apache-2.0", "contributors": [ "oweingart <oweingart@forter.com>" ], "main": "index.js", "module": "index.js", "scripts": { "build": "npx rollup -c ../../rollup.config.js", "clean": "sh ../../scripts/clean.sh", "link": "yarn link", "postbuild": "sh ../../scripts/postbuild.sh", "prepare": "yarn build", "test": "echo \"Please run tests from the repository root\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/forter/web-components.git", "directory": "packages/form-section" }, "publishConfig": { "access": "public" }, "files": [ "*", "!.babelrc.js", "!coverage/*", "!karma.conf.js", "!package-lock.json", "!rollup.config.js" ], "nyc": { "exclude": [ "src/**/*.spec.js", "*.spec.js" ] }, "keywords": [ "web-components", "custom-elements", "lit-element", "lit-element-2.x" ], "bugs": { "url": "https://github.com/forter/web-components/issues" }, "dependencies": { "@forter/core": "^2.0.5" }, "gitHead": "09c13a6e77f6864fbecbf2876db801e31a312519" }