-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1023 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
{
"name": "nhung-clone-repo",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nhung1205/clone-repo.git"
},
"main": "index.js",
"description": "Download and extract a git repository (GitHub, GitLab, Bitbucket) from node.",
"keywords": [
"download",
"github",
"gitlab",
"bitbucket",
"repo",
"repository",
"tar",
"extract",
"tarball"
],
"scripts": {
"test": "mocha",
"lint": "standard --verbose | snazzy",
"lint:fix": "standard --verbose --fix | snazzy",
"precommit": "npm run lint"
},
"dependencies": {
"download": "^7.1.0",
"git-clone": "^0.1.0",
"rimraf": "^3.0.0"
},
"devDependencies": {
"fs-readdir-recursive": "^1.1.0",
"husky": "^3.0.8",
"mocha": "^6.2.1",
"snazzy": "^8.0.0",
"standard": "^14.3.1"
},
"standard": {
"env": [
"mocha"
]
},
"author": "nhung1205",
"homepage": "https://github.com/nhung1205/clone-repo#readme"
}