angular-phonetic
Version:
A simple component to easily render ruby text.
36 lines (35 loc) • 899 B
JSON
{
"name": "angular-phonetic",
"version": "1.1.1",
"description": "A simple component to easily render ruby text.",
"keywords": [
"Angular",
"Library",
"Phonetic",
"Ruby",
"Furigana",
"Pinyin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TyrantWave/angular-phonetic"
},
"peerDependencies": {
"@angular/common": "~8.2.5",
"@angular/core": "~8.2.5"
},
"main": "bundles/angular-phonetic.umd.js",
"module": "fesm5/angular-phonetic.js",
"es2015": "fesm2015/angular-phonetic.js",
"esm5": "esm5/angular-phonetic.js",
"esm2015": "esm2015/angular-phonetic.js",
"fesm5": "fesm5/angular-phonetic.js",
"fesm2015": "fesm2015/angular-phonetic.js",
"typings": "angular-phonetic.d.ts",
"metadata": "angular-phonetic.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}