-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 828 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
{
"name": "open-notify-api",
"version": "1.0.0",
"description": "Open Notify API client for javascript",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iArmanKarimi/Open-Notify-API-js.git"
},
"keywords": [
"Open Notify",
"Open Notify API",
"People In Space",
"People In Space API",
"ISS location",
"ISS location API",
"API",
"API client",
"API wrapper",
"Open API"
],
"author": "Arman Karimi",
"license": "MIT",
"bugs": {
"url": "https://github.com/iArmanKarimi/Open-Notify-API-js/issues"
},
"homepage": "https://github.com/iArmanKarimi/Open-Notify-API-js#readme",
"dependencies": {},
"devDependencies": {}
}