forked from emersion/node-passwordmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 795 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 795 Bytes
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
{
"name": "@webful/passwordmaker-lib",
"version": "0.1.10",
"description": "A client-side-friendly library for Password Maker",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webful-ltd/passwordmaker-lib.git"
},
"keywords": [
"password",
"maker",
"generator",
"security",
"pass"
],
"author": "Webful Ltd",
"contributors": [
"emersion"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/webful-ltd/passwordmaker-lib/issues"
},
"homepage": "https://github.com/webful-ltd/passwordmaker-lib#readme",
"dependencies": {
"crypto-js": "^4.2.0"
},
"devDependencies": {
"assert": "^2.0.0",
"extend": "^3.0.2",
"mocha": "^11.1.0"
}
}