text-marker
Version:
Simple text marker with custom styles
36 lines (35 loc) • 955 B
JSON
{
"name": "text-marker",
"version": "1.1.5",
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14"
},
"description": "Simple text marker with custom styles",
"main": "bundles/text-marker.umd.js",
"keywords": [
"text-marker"
],
"author": "JayaSurya",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/cooljayasurya/text-marker.git"
},
"bugs": {
"url": "https://github.com/cooljayasurya/text-marker/issues"
},
"homepage": "https://github.com/cooljayasurya/text-marker#readme",
"module": "fesm5/text-marker.js",
"es2015": "fesm2015/text-marker.js",
"esm5": "esm5/text-marker.js",
"esm2015": "esm2015/text-marker.js",
"fesm5": "fesm5/text-marker.js",
"fesm2015": "fesm2015/text-marker.js",
"typings": "text-marker.d.ts",
"metadata": "text-marker.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}