-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
37 lines (37 loc) · 886 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
31
32
33
34
35
36
37
{
"name": "iran",
"version": "1.0.2",
"description": "List of Iran cities in json and xml format based on administrative divisions of Iran.",
"main": "dist/iran.js",
"dependencies": {
"jalaali-js": "^0.2.0",
"js2xmlparser": "^0.1.9",
"jsonfile": "^2.0.1",
"persianjs": "^0.3.0",
"striptags": "^2.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/arastu/iran.git"
},
"keywords": [
"iran",
"administrative divisions",
"countries",
"world",
"json",
"xml",
"persian",
"farsi"
],
"author": "Touhid Arastu <[email protected]> (http://arastu.ir/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/arastu/iran/issues"
},
"homepage": "https://github.com/arastu/iran"
}