-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 909 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
{
"name": "select-branch",
"version": "1.0.12",
"description": "CLI tool for git branch selection",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"[\"cli\"",
"\"command\"",
"\"prompt\"",
"\"git\"",
"\"branch\"",
"\"selection\"",
"\"tty\"",
"\"menu\"]"
],
"author": "Ben Michel <[email protected]>",
"license": "ISC",
"dependencies": {
"eslint": "^4.16.0",
"inquirer": "^5.0.1",
"shelljs": "^0.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/obensource/select-branch"
},
"bin": {
"checkout": "index.js"
},
"devDependencies": {
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}