diff --git a/README.md b/README.md index 9bf838c0e..1489f36b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Firefox Marketplace Legal Documents -This repository contains all legal documents and their applicable translations. The repository is organize within the `docs/` directory, where each subdirectory represents a single legal document. Within a document directory is a series of markdown files, each named for the language the document is written in. For instance, `docs/privacy_policy/de.md` is the German version of the Marketplace privacy policy. +This repository contains all legal documents and their applicable translations. The repository is organized within the `docs/` directory, where each subdirectory represents a single legal document. Within a document directory is a series of markdown files, each named for the language the document is written in. For instance, `docs/privacy_policy/de.md` is the German version of the Marketplace privacy policy. ## Editing diff --git a/package.json b/package.json new file mode 100644 index 000000000..2fdbb0bf4 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "legal-docs", + "description": "This repository contains all legal documents and their applicable translations.", + "version": "1.0.0", + "author": "Mozilla (https://mozilla.com/)", + "bugs": { + "url": "https://github.com/mozilla/legal-docs/issues" + }, + "homepage": "https://github.com/mozilla/legal-docs#readme", + "keywords": [], + "license": "MPL-2.0", + "repository": "mozilla/legal-docs" +}