-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 996 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
43
44
45
46
47
48
{
"name": "git-easy",
"version": "1.3.0",
"description": "Wrapper for git. Git is really easy now.",
"main": "index.js",
"preferGlobal": true,
"bin": {
"gite": "./index.js"
},
"keywords": [
"git",
"github",
"wrapper",
"git wrapper",
"node cli",
"easy-git",
"easy git",
"gite",
"git-easy",
"egit",
"git easy",
"git commands"
],
"scripts": {
"lint": "./node_modules/.bin/eslint --ignore-path .gitignore ."
},
"author": "Pradeep Singh <pradeepsng30@yahoo.com>",
"homepage": "https://github.com/pradeepsng30/gite",
"repository": {
"type": "git",
"url": "https://github.com/pradeepsng30/gite.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pradeepsng30/gite/issues",
"email": "pradeepsng30@yahoo.com"
},
"dependencies": {
"child_process": "^1.0.2",
"yargs": "^11.0.0"
},
"engines": {
"node": ">=0.2.5"
},
"devDependencies": {
"eslint": "^4.19.1"
}
}