Skip to content

Commit

Permalink
Add package.json so we can install via npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pdehaan committed May 12, 2016
1 parent 3cffa64 commit 6c094de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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

Expand Down
13 changes: 13 additions & 0 deletions 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"
}

0 comments on commit 6c094de

Please sign in to comment.