forked from tecno14/clone_all
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 704 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 704 Bytes
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
{
"name": "@wael14/github_clone_all",
"version": "1.0.3",
"description": "clone all github repos . tecno 2020 . wael.had.sy@gmail.com",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "tecno 2021 . wael.had.sy@gmail.com",
"license": "ISC",
"dependencies": {
"@wael14/github_clone_all": "^1.0.0",
"shelljs": "^0.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tecno14/clone_all.git"
},
"keywords": [
"github",
"clone",
"repositories"
],
"bugs": {
"url": "https://github.com/tecno14/clone_all/issues"
},
"homepage": "https://github.com/tecno14/clone_all#readme"
}