-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 850 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
38
39
40
41
42
{
"name": "tcmb-doviz-kuru",
"version": "2.0.4",
"description": "Get Indicative Exchange Rates Announced by the Central Bank of Turkey",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gdoslu/tcmb-doviz-kuru.git"
},
"keywords": [
"exchange",
"currency",
"doviz",
"kuru",
"merkez",
"bankasi",
"dollar",
"dolar",
"euro",
"turk",
"lirasi",
"turkish",
"lira"
],
"dependencies": {
"iconv-lite": "^0.4.15",
"request": "^2.75.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"mocha": "~3.1.2"
},
"author": "gdoslu",
"license": "MIT",
"bugs": {
"url": "https://github.com/gdoslu/tcmb-doviz-kuru/issues"
},
"homepage": "https://github.com/gdoslu/tcmb-doviz-kuru#readme"
}