diff options
author | Marvin Borner | 2019-01-27 21:31:15 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-27 21:31:15 +0100 |
commit | 4b1d93481ccfef26637529f64f6836456ad67b05 (patch) | |
tree | 69e4fcffb04b8f51e1371745ffa603c6fe32acb0 /package.json | |
parent | 6be535d92ad355d629728052cb68c3455667ab96 (diff) |
Updated package information (boilerplate)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index b3b99f3..66f63c0 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "decentralized-chat", + "name": "texx", "version": "1.0.0", "description": "Decentralized chatting made easy!", "repository": { "type": "git", - "url": "git+https://github.com/vmasto/express-babel.git" + "url": "git+https://github.com/texxme/texx.git" }, - "author": "Vassilis Mastorostergios <vmasto@gmail.com>", + "author": "Marvin Borner <contact@marvinborner.de>", "license": "MIT", "main": "dist/index.js", "engines": { |