forked from FrankFan/gitlab-tree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 974 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
{
"name": "gitlab-tree",
"version": "1.5.0",
"description": "Chrome extension to display Gitlab code in tree format. Useful for developers who frequently read source in Gitlab and do not want to download or checkout too many repositories.",
"directories": {
"doc": "docs",
"test": "test",
"src": "src"
},
"scripts": {
"start": "echo \" what happened. \" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FrankFan/gitlab-tree.git"
},
"keywords": [
"git",
"gitlab",
"tree",
"gittlab tree"
],
"author": "fy98.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/FrankFan/gitlab-tree/issues"
},
"homepage": "https://github.com/FrankFan/gitlab-tree",
"devDependencies": {
"del": "^1.2.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.4.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-stats": "0.0.3",
"gulp-uglify": "^2.1.2"
}
}