new-uae-symbol
Version:
A simple package to use the new UAE Dirham symbol with a custom font.
27 lines (26 loc) • 591 B
JSON
{
"name": "new-uae-symbol",
"version": "1.0.0",
"description": "A simple package to use the new UAE Dirham symbol with a custom font.",
"main": "index.js",
"files": [
"dist/**/*",
"index.js"
],
"scripts": {
"build": "copyfiles -u 1 src/* dist/"
},
"keywords": [
"UAE",
"Dirham",
"Currency",
"Symbol",
"Font",
"New Dirham Symbol"
],
"author": "Abdul Rehman Yaser",
"license": "MIT",
"devDependencies": {
"copyfiles": "^2.4.1"
}
}