Skip to content

Commit 1be94e6

Browse files
committed
Add package.json
1 parent c38c1cc commit 1be94e6

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "amadeus",
3+
"version": "0.1.0",
4+
"description": "Node library for the Amadeus travel APIs",
5+
"main": "lib/index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/amadeusdev/amadeus-node.git"
12+
},
13+
"keywords": [
14+
"amadeus",
15+
"travel",
16+
"api",
17+
"apis",
18+
"hotels",
19+
"flights"
20+
],
21+
"author": "amadeus-developer",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/amadeusdev/amadeus-node/issues"
25+
},
26+
"homepage": "https://developer.amadeus.com",
27+
"contributors": [
28+
"cbetta"
29+
]
30+
}

0 commit comments

Comments
 (0)