Socialify

Folder ..

Viewing package.json
15 lines (15 loc) • 402.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
{
  "name": "randomavatars",
  "version": "1.0.0",
  "description": "Easily generate random avatars from a text string",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "Lucifer Conrad Reeves <[email protected]> (https://thatcomputerscientist.com)",
  "license": "MIT",
  "dependencies": {
    "walk": "^2.3.14"
  }
}