fs-plugin-autonick

A Tool to auto change the Nick to an random one
git clone git://archive.git.mtrnord.blog/Nordgedanken/fs-plugin-autonick.git
Log | Files | Refs | README

package.json (439B)


      1 {
      2   "name": "fs-plugin-auto_nick",
      3   "version": "0.0.1",
      4   "description": "A Tool to auto change the Nick to an random one",
      5   "main": "index.js",
      6   "scripts": {
      7     "test": "echo \"Error: no test specified\" && exit 1"
      8   },
      9   "keywords": [
     10     "flying-squid",
     11     "plugin",
     12     "minecraft",
     13     "nick",
     14     "youtube"
     15   ],
     16   "author": "MTRNord <info@nordgedanken.de>",
     17   "license": "ISC",
     18   "dependencies": {
     19     "moniker": "^0.1.2"
     20   }
     21 }