UNPKG

1.44 kBJSONView Raw
1{
2 "name": "strider-gitlab",
3 "version": "1.2.5",
4 "description": "A gitlab provider for strider",
5 "scripts": {
6 "test": "npm run lint && npm run tests",
7 "lint": "jshint --verbose lib/",
8 "tests": "mocha -R spec test/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/Strider-CD/strider-gitlab.git"
13 },
14 "keywords": [
15 "git",
16 "gitlab",
17 "strider"
18 ],
19 "author": {
20 "name": "Martin Ericson <martin@devbox.com>"
21 },
22 "license": "MIT",
23 "readmeFilename": "README.md",
24 "strider": {
25 "id": "gitlab",
26 "title": "GitLab",
27 "type": "provider",
28 "hosted": true,
29 "config": {
30 "controller": "GitLabCtrl"
31 },
32 "accountConfig": {
33 "setupLink": "/account/#provider-gitlab",
34 "template": "config/accountConfig.html"
35 },
36 "webapp": "lib/webapp.js",
37 "worker": "lib/worker.js",
38 "inline_icon": "git-square"
39 },
40 "devDependencies": {
41 "expect.js": "~0.3.1",
42 "jshint": "~2.9.2",
43 "mocha": "~2.5.1",
44 "nock": "^8.0.0"
45 },
46 "dependencies": {
47 "async": "~2.0.0-rc.3",
48 "debug": "~2.2.0",
49 "gravatar": "^1.0.6",
50 "lodash": "~4.13.0",
51 "parse-link-header": "^0.4.1",
52 "proxyquire": "^1.7.1",
53 "step": "0.0.6",
54 "strider-git": "^0.2.4",
55 "superagent": "~2.1.0"
56 },
57 "bugs": {
58 "url": "https://github.com/Strider-CD/strider-gitlab/issues"
59 },
60 "homepage": "https://github.com/Strider-CD/strider-gitlab"
61}