forked from eyolas/gitlab-download
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 833 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 833 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
29
30
31
32
33
34
35
{
"name": "gitlab-download",
"version": "1.0.2",
"description": "Download and extract a Gitlab repository from node.",
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eyolas/gitlab-download.git"
},
"keywords": [
"download",
"gitlab",
"repo",
"repository"
],
"author": "David Touzet <dtouzet@gmail.com>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/eyolas/gitlab-download/issues"
},
"homepage": "https://github.com/eyolas/gitlab-download#readme",
"dependencies": {
"download": "^4.2.0",
"lodash": "^3.10.1",
"normalize-url": "^1.3.0",
"underscore.string": "^3.1.1",
"uri-template": "^1.0.0"
},
"devDependencies": {
"babel": "^5.8.21"
}
}