@ashawnbandy/resume-landing
Version:
Resume landing page web components.
38 lines (37 loc) • 987 B
JSON
{
"name": "@ashawnbandy/resume-landing",
"version": "0.0.6",
"description": "Resume landing page web components.",
"module": "dist/esm/index.js",
"main": "dist/index.js",
"unpkg": "dist/ionic.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"publish-to-npm": "git checkout master && npm version patch && npm publish && git push origin master"
},
"dependencies": {},
"devDependencies": {
"@stencil/core": "~0.16.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.sr.ht/~ashawnbandy/resume-landing"
},
"keywords": [
"resume",
"responsive",
"landing",
"page",
"webcomponents"
],
"author": "A. Shawn Bandy"
}