UNPKG

854 BJSONView Raw
1{
2 "name": "starkstring",
3 "version": "0.2.2",
4 "description": "Persian language localization.",
5 "homepage": "http://github.com/hosseinmd/starkString",
6 "author": "Hossein Mohammadi <hosseinm.developer@gmail.com> ",
7 "contributors": [],
8 "keywords": [
9 "persian",
10 "farsi",
11 "arabic",
12 "english",
13 "culture",
14 "localization",
15 "i18n",
16 "l10n"
17 ],
18 "main": "src/index",
19 "type": "index.d.ts",
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/hosseinmd/starkString.git"
23 },
24 "bugs": {
25 "url": "https://github.com/hosseinmd/starkString/issues"
26 },
27 "licenses": [
28 {
29 "type": "MIT"
30 }
31 ],
32 "devDependencies": {
33 "jest": "^24.7.1"
34 },
35 "scripts": {
36 "test": "jest"
37 }
38}