diff --git a/README.md b/README.md index 1ae9f5f..3f4f416 100644 --- a/README.md +++ b/README.md @@ -330,3 +330,10 @@ For a complete list of test data, see [Spreedly Test Data](https://developer.spr - **Support Home:** [Troubleshoot](https://support.spreedly.com/hc/en-us) - **Help Center:** [Submit a request](https://support.spreedly.com/hc/en-us/requests/new) - **Security Issues:** [See Security Document](./SECURITY.md) + +## Legal + +- [Terms of Service](https://legal.spreedly.com/#terms) +- [Privacy Policy](https://legal.spreedly.com/#privacy-policy) +- [License](./LICENSE) (Apache 2.0) + diff --git a/package.json b/package.json index a72e209..ed5d296 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,14 @@ "version": "0.0.0", "description": "Spreedly SDK Sample App", "license": "Apache-2.0", + "homepage": "https://github.com/spreedly/web-sdk-sample-app", + "repository": { + "type": "git", + "url": "https://github.com/spreedly/web-sdk-sample-app.git" + }, + "bugs": { + "url": "https://github.com/spreedly/web-sdk-sample-app/issues" + }, "scripts": { "build": "scripts/build.sh", "build:watch": "tsc --watch",