-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 844 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
33
34
35
36
37
38
{
"name": "hipstapas.core",
"version": "1.1.2",
"description": "Easy and unobtrusive generation of secure strings, uuids, passphrases (using EFF wordlists) and random numbers.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keenthinker/hipstapas.core.git"
},
"author": "keenthinker.com",
"license": "MIT",
"keywords": [
"hipstapas",
"password",
"passphrase",
"secure string",
"uuid",
"wordlist",
"random",
"npm",
"eff",
"dice",
"hipstapas.dev"
],
"dependencies": {
"uuid": "^8.3.2"
},
"bugs": {
"url": "https://github.com/keenthinker/hipstapas.core/issues"
},
"homepage": "https://github.com/keenthinker/hipstapas.core#readme",
"devDependencies": {
"jest": "^26.6.3"
}
}