forked from mrepol742/PROJECT-WEBVIUM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 978 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
39
40
41
42
{
"bin": {
"webvium": "webvium.js"
},
"name": "webvium",
"version": "1.0.3",
"description": "Lightweight, Fast, Material and Full-Featured Android Web Browser.",
"main": "webvium.js",
"scripts": {
"test": "node webvium.js",
"pub": "npm version major & npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webvium/webvium.git"
},
"keywords": [
"melvin jones repol",
"mrepol742",
"software engineer",
"Me, I and Myselft",
"webvium",
"mrepol742.github.io"
],
"author": "Melvin Jones Repol",
"license": "MIT",
"bugs": {
"url": "https://github.com/webvium/webvium/issues"
},
"homepage": "https://github.com/webvium/webvium#readme",
"dependencies": {
"boxen": "^4.2.0",
"chalk": "^4.1.2",
"clear": "^0.1.0",
"cli-spinners": "^2.6.1",
"inquirer": "^7.3.3",
"open": "^7.4.2",
"ora": "^5.4.1",
"request": "^2.88.2"
},
"devDependencies": {}
}