-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.1 KB
/
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
48
{
"name": "gitlab-api-implementation",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"adbkit": "^2.11.0",
"axios": "^0.21.2",
"bluebird": "^3.5.1",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "^4.17.3",
"express-slash": "^2.0.1",
"formidable": "^1.1.1",
"gitlab": "^4.3.0",
"hbs": "~4.2.0",
"morgan": "~1.9.0",
"request": "^2.83.0",
"serve-favicon": "~2.4.5",
"stream": "0.0.2"
},
"description": "This project shows the implementation of GitLab API",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/akarsh/GitLab-API-Implementation.git"
},
"keywords": [
"nodejs",
"html5",
"gitlab-api",
"hbs",
"express",
"javascript",
"css3",
"bootstrap"
],
"author": "Akarsh Seggemu",
"license": "MIT",
"bugs": {
"url": "https://github.com/akarsh/GitLab-API-Implementation/issues"
},
"homepage": "https://github.com/akarsh/GitLab-API-Implementation"
}