UNPKG

828 BJSONView Raw
1{
2 "name": "starkstring",
3 "version": "0.2.4",
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 "repository": {
20 "type": "git",
21 "url": "https://github.com/hosseinmd/starkString.git"
22 },
23 "bugs": {
24 "url": "https://github.com/hosseinmd/starkString/issues"
25 },
26 "licenses": [
27 {
28 "type": "MIT"
29 }
30 ],
31 "devDependencies": {
32 "jest": "^24.7.1"
33 },
34 "scripts": {
35 "test": "jest"
36 }
37}