-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 900 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
{
"name": "nodejs-krdae-earthquake-api",
"version": "1.5.6",
"description": "Bu paket ile TÜRKİYE CUMHURİYETİ ve çevresindeki ülkeleri kapsayan bir alan içerisinde oluşan son 500 depremi json formatında alabilirsiniz.",
"main": "index.js",
"dependencies": {
"dateformat": "^4.5.1",
"md5": "^2.3.0",
"node-fetch": "^2.6.1",
"turkish-char-encoding": "0.0.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"earthquakes",
"krdae",
"Kandilli",
"earthquake",
"deprem"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sqayner/nodejs-krdae-earthquake-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sqayner/nodejs-krdae-earthquake-api/issues"
},
"homepage": "https://github.com/sqayner/nodejs-krdae-earthquake-api#readme"
}