-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 838 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@codenamize/codenamize",
"version": "1.1.1",
"description": "Generate consistent easier-to-remember codenames from strings, numbers, or other seed inputs.",
"keywords": ["alias", "aliases", "anonymise", "anonymize", "code", "codename", "codenamise", "codenamize", "generator", "secret"],
"main": "index.js",
"homepage": "https://github.com/stemail23/codenamize-js",
"repository": {
"type": "git",
"url": "https://github.com/stemail23/codenamize-js"
},
"contributors": [
{
"name": "Steven Barlow",
"url": "https://github.com/stemail23"
},
{
"name": "Sasha Case",
"url": "https://github.com/atcase"
},
{
"name": "Riaan McLean",
"url": "https://github.com/rffsgate"
}
],
"license": "MIT",
"private": false,
"dependencies": {
"big-integer": "^1.6.36",
"underscore": "^1.9.1"
}
}