Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 47cb6b6

Browse files
Merge pull request #6 from Papayer-GmbH/feature/package.json
Completed package.json
2 parents 8de0efe + ef25890 commit 47cb6b6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
{
22
"name": "express-simple-locale",
33
"description": "A simple Express middleware to guess the short-locale of a user.",
4-
"author": "N26",
4+
"version": "0.1.0",
5+
"author": {
6+
"name": "Hugo Giraudel",
7+
"email": "hugo.giraudel@n26.com",
8+
"url": "https://twitter.com/n26"
9+
},
10+
"keywords": ["express", "middleware", "locale", "language", "i18n"],
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/Papayer-GmbH/express-simple-locale"
14+
},
15+
"license": "MIT",
516
"scripts": {
617
"test": "jest",
718
"lint": "standard"

0 commit comments

Comments
 (0)