forked from aerragha/country-city-multilanguage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "country-city-multilanguage",
"version": "1.0.0",
"description": "A package to list countries and cities in multiple languages (English, French, and Arabic)",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aerragha/country-city-multilanguage.git"
},
"keywords": [
"country",
"city",
"multilanguage",
"countries in arabic",
"countries in english",
"countries in frensh",
"cities in arabic",
"cities in english",
"cities in frensh"
],
"author": "Erraghay ayoub <erraghayayoub@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aerragha/country-city-multilanguage/issues"
},
"homepage": "https://github.com/aerragha/country-city-multilanguage#readme"
}