forked from gladwinbobby/bitbucket-repository-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 932 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
{
"name": "bitbucket-repository-downloader",
"version": "1.0.4",
"description": "Clone & Download all the repositories of a Bitbucket account using NodeJS",
"main": "clone.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gladwinbobby/bitbucket-repository-downloader.git"
},
"keywords": [
"bitbucket",
"clone",
"download",
"repository",
"node",
"git"
],
"author": "Gladwin Henald D",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gladwinbobby/bitbucket-repository-downloader/issues"
},
"homepage": "https://github.com/gladwinbobby/bitbucket-repository-downloader#readme",
"dependencies": {
"nodegit": "^0.26.3",
"request": "^2.88.0",
"yargs": "^15.1.0"
}
}