-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "GitLab-Pages",
"version": "0.1.0",
"description": "GitHub Pages, for GitLab. ",
"main": "index.js",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Glavin001/GitLab-Pages.git"
},
"keywords": [
"gitlab",
"pages"
],
"author": "Glavin Wiechert",
"license": "MIT",
"bugs": {
"url": "https://github.com/Glavin001/GitLab-Pages/issues"
},
"homepage": "https://github.com/Glavin001/GitLab-Pages",
"dependencies": {
"async": "^1.2.1",
"body-parser": "~1.13.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.12.4",
"express-handlebars": "^2.0.1",
"express-session": "^1.11.3",
"gitlab": "^1.3.0",
"jade": "~1.11.0",
"lodash": "^3.9.3",
"morgan": "~1.6.0",
"mv": "^2.0.3",
"nodegit": "^0.12.0",
"rimraf": "^2.4.0",
"serve-favicon": "~2.3.0",
"serve-index": "^1.6.4"
}
}