-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
49 lines (49 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
44
45
46
47
48
49
{
"name": "gcr",
"version": "3.0.0",
"description": "A node gitlab-ci-runner",
"main": "./lib/gcr.js",
"bin": {
"gcr": "./bin/cmd.js"
},
"dependencies": {
"argsplit": "~1.0.2",
"help": "~2.0.0",
"inquirer": "~0.4.1",
"mkdirp": "~0.3.5",
"nconf": "~0.6.9",
"nopt": "~2.2.0",
"npmlog": "~0.0.6",
"os-homedir": "~1.0.0",
"request": "~2.53.0",
"rimraf": "~2.2.6",
"slide": "~1.1.5",
"url-join": "0.0.1",
"which": "~1.0.5",
"split-ca": "~1.0.1"
},
"devDependencies": {
"lintit": "~1.0.1",
"tap": "~5.4.2"
},
"scripts": {
"lint": "lintit",
"pretest": "npm run lint",
"test": "tap test/*.js --cov"
},
"repository": {
"type": "git",
"url": "git://github.com/evanlucas/gcr.git"
},
"keywords": [
"gitlab",
"ci",
"runner"
],
"author": "Evan Lucas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/evanlucas/gcr/issues"
},
"homepage": "https://github.com/evanlucas/gcr"
}