UNPKG

fragmentions

Version:

Fragmentions are anchors to individual words or phrases in a document.

51 lines (50 loc) 1.41 kB
{ "name": "fragmentions", "version": "1.1.4", "description": "Fragmentions are anchors to individual words or phrases in a document.", "type": "module", "main": "fragmention.js", "module": "fragmention.js", "style": "fragmention.css", "exports": { ".": "./fragmention.js", "./fragmention.css": "./fragmention.css" }, "author": "", "contributors": [ "Bret Comnes <bcomnes@gmail.com> (https://bret.io)" ], "scripts": { "prepublishOnly": "git push --follow-tags && gh-release -y", "test": "run-s test:*", "test:deps": "dependency-check package.json --no-dev --no-peer", "version": "run-s version:*", "version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:'", "version:git": "git add CHANGELOG.md" }, "repository": { "type": "git", "url": "git+https://github.com/bcomnes/fragmentions.git" }, "keywords": [ "fragmention", "fragmentions", "indieweb" ], "license": "CC0-1.0", "bugs": { "url": "https://github.com/bcomnes/fragmentions/issues" }, "homepage": "https://github.com/bcomnes/fragmentions#readme", "devDependencies": { "auto-changelog": "^2.0.0", "dependency-check": "^4.1.0", "gh-release": "^7.0.0", "npm-run-all2": "^6.0.0" }, "files": [ "fragmention.js", "fragmention.min.js", "fragmention.css" ] }