-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
58 lines (58 loc) · 1.26 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "g3l",
"version": "10.0.25",
"description": "Git is easy, github cli is easy but g3l easiest git cli in the w0rld!",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/svtek/g3l.git"
},
"bin": {
"g3l": "./index.js",
"gh": "./index.js"
},
"keywords": [
"Git",
"git",
"commit",
"npm",
"node",
"gel",
"git commit",
"git cli",
"git cli tool"
],
"author": "Çağatay Çalı",
"license": "ISC",
"bugs": {
"url": "https://github.com/svtek/g3l/issues"
},
"homepage": "https://github.com/svtek/g3l#readme",
"dependencies": {
"1n1t": "^1.0.25",
"3x1st": "^1.0.3",
"3x3c": "^1.0.2",
"async": "^2.1.4",
"br4nch": "^1.0.5",
"c0mm1t": "^1.0.54",
"cl0n3": "^1.0.0",
"cli-table": "^0.3.1",
"cmdify": "0.0.4",
"colors": "^1.1.2",
"commander": "^2.9.0",
"cr34t3": "^1.0.38",
"global-modules": "^0.2.3",
"h0m3": "^1.0.1",
"ignoring-watcher": "^1.1.0",
"inquirer": "^1.2.3",
"is-git-url": "^0.2.3",
"m4g1c": "^1.0.14",
"node-emoji": "^1.4.1",
"node-notifier": "^4.6.1",
"opn": "^4.0.2",
"pm2": "^2.1.6",
"prompt": "^1.0.0",
"underscore": "^1.8.3",
"update-notifier": "^1.0.2"
}
}