-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 875 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
{
"name": "dollar-tomans-api",
"version": "1.0.1",
"description": "return last price of currency like dollar, pound, euro, bitcoin plus oil and gold price in rials(or tomans)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hamid/dollar-tomans-api.git"
},
"keywords": [
"currency",
"like",
"dollar",
"pound",
"euro",
"bitcoin",
"plus",
"oil",
"gold",
"pricerials",
"tomans",
"last"
],
"author": "Hamid Reza Salimian",
"license": "ISC",
"bugs": {
"url": "https://github.com/hamid/dollar-tomans-api/issues"
},
"homepage": "https://github.com/hamid/dollar-tomans-api#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"got": "^11.8.3"
},
"devDependencies": {}
}