-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 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
{
"name": "appadd",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"base-64": "^0.1.0",
"dotenv": "^8.0.0",
"fs": "^0.0.1-security",
"js-base64": "^2.5.1",
"js-yaml": "^3.13.1",
"node-forge": "^0.8.5",
"node-vault": "^0.9.11",
"password-generator": "^2.2.0",
"request": "^2.88.0",
"ssl-root-cas": "^1.3.1",
"utf8": "^3.0.0",
"uuid": "^3.3.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sindrerh2/appadd.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sindrerh2/appadd/issues"
},
"homepage": "https://github.com/sindrerh2/appadd#readme"
}