Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
xalakox committed Jan 20, 2022
1 parent b1e252d commit 43f8347
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ dist

# TernJS port file
.tern-port

# Editor's temporary files
.session.vim
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "ti2",
"version": "1.0.0",
"description": "Tourist Industry Exchange (TI2)",
"main": "index.js",
"scripts": {
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TourConnect/ti2.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/TourConnect/ti2/issues"
},
"homepage": "https://github.com/TourConnect/ti2#readme"
}

0 comments on commit 43f8347

Please sign in to comment.