Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
coconutcraig committed Nov 15, 2018
0 parents commit 47f8644
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.DS_Store
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
coverage
.nyc_output
node_modules/
.npm
.node_repl_history
*.tgz
.yarn-integrity
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Coconut Open API JS SDK
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "open-api-sdk",
"version": "0.0.0",
"description": "Coconut Calendar JS Open API SDK",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/coconutcalendar/coconut-open-api-js.git"
},
"keywords": [
"coconut calendar",
"js",
"javascript",
"open api",
"api",
"sdk"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/coconutcalendar/coconut-open-api-js/issues"
},
"homepage": "https://github.com/coconutcalendar/coconut-open-api-js#readme"
}

0 comments on commit 47f8644

Please sign in to comment.