ngx-thaibahtpipe
Version:
Angular pipe that transforms number into Thai words
62 lines (61 loc) • 1.77 kB
JSON
{
"name": "ngx-thaibahtpipe",
"version": "1.0.1",
"description": "Angular pipe that transforms number into Thai words",
"author": "Thanapong Prathumchat",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thanapongp/ngx-thaibahtpipe.git"
},
"keywords": [
"ng",
"ng2",
"angular",
"pipe",
"thai",
"baht"
],
"dependencies": {
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0",
"@angular-devkit/build-ng-packagr": "~0.13.0",
"@angular/cli": "~7.3.4",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/compiler-cli": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@types/jasmine": "^3.3.12",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-typescript": "^4.0.0",
"ng-packagr": "^4.2.0",
"tsickle": ">=0.34.0",
"tslib": "^1.9.0",
"typescript": "~3.2.2",
"zone.js": "~0.8.26"
},
"main": "bundles/ngx-thaibahtpipe.umd.js",
"module": "fesm5/ngx-thaibahtpipe.js",
"es2015": "fesm2015/ngx-thaibahtpipe.js",
"esm5": "esm5/ngx-thaibahtpipe.js",
"esm2015": "esm2015/ngx-thaibahtpipe.js",
"fesm5": "fesm5/ngx-thaibahtpipe.js",
"fesm2015": "fesm2015/ngx-thaibahtpipe.js",
"typings": "ngx-thaibahtpipe.d.ts",
"metadata": "ngx-thaibahtpipe.metadata.json",
"sideEffects": false
}