-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 833 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
{
"name": "nomorepass",
"version": "1.4.9",
"description": "Libraries to use nomorepass.com security services",
"main": "./lib/nomorepass.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoprogramo/nomorepass.git"
},
"keywords": [
"nomorepass",
"security",
"login",
"password",
"password manager"
],
"author": "Jose Antonio Espinosa ([email protected])",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/yoprogramo/nomorepass/issues"
},
"homepage": "https://github.com/yoprogramo/nomorepass#readme",
"dependencies": {
"axios": "^1.6.0",
"crypto-js": "^4.2.0",
"form-data": "^4.0.0"
}
}