diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d32c300 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..120bf1b --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Coconut Open API JS SDK diff --git a/package.json b/package.json new file mode 100644 index 0000000..b115fab --- /dev/null +++ b/package.json @@ -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" +}