constants-js
Version:
JavaScript Reusable Constants
33 lines (32 loc) • 732 B
JSON
{
"name": "constants-js",
"version": "4.0.6",
"description": "JavaScript Reusable Constants",
"main": "index.js",
"type": "module",
"types": "index.d.ts",
"keywords": [
"continents",
"countries",
"duration",
"islamicMonths",
"languages",
"lowerCases",
"months",
"numbers",
"specialChars",
"status",
"upperCases",
"weekDays"
],
"author": "Youssef Zidan",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/YoussefZidan/constants-js.git"
},
"bugs": {
"url": "https://github.com/YoussefZidan/constants-js/issues"
},
"homepage": "https://github.com/YoussefZidan/constants-js#readme"
}