-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "guito",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js init && node index.js connect && node index.js create"
},
"author": "Kevin Grondin",
"license": "ISC",
"dependencies": {
"@octokit/rest": "^16.28.9",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"clui": "^0.3.6",
"commander": "^3.0.1",
"configstore": "^5.0.0",
"figlet": "^1.2.4",
"inquirer": "^7.0.0",
"lodash": "^4.17.15",
"minimist": "^1.2.0",
"simple-git": "^1.126.0",
"touch": "^3.1.0"
},
"directories": {
"lib": "lib"
},
"devDependencies": {},
"description": "Un outil pour les dev pour qu'ils puissent creer des depots public ou privée sur Github\r sans taper de ligne de commande.",
"repository": {
"type": "git",
"url": "git+https://github.com/kevingrondin/guito.git"
},
"keywords": [
"guithub"
],
"bugs": {
"url": "https://github.com/kevingrondin/guito/issues"
},
"homepage": "https://github.com/kevingrondin/guito#readme"
}