forked from screwdriver-cd/scm-bitbucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.68 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
50
51
52
53
54
55
{
"name": "screwdriver-scm-bitbucket",
"version": "2.3.0",
"description": "This scm plugin extends the [scm-base-class](https://github.com/screwdriver-cd/scm-base), and provides methods to fetch and update data in Bitbucket.",
"main": "index.js",
"scripts": {
"pretest": "eslint .",
"test": "jenkins-mocha --recursive",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "[email protected]:screwdriver-cd/scm-bitbucket.git"
},
"homepage": "https://github.com/screwdriver-cd/scm-bitbucket",
"bugs": "https://github.com/screwdriver-cd/scm-bitbucket/issues",
"keywords": [
"screwdriver",
"yahoo"
],
"license": "BSD-3-Clause",
"author": "Dao Lam <[email protected]>",
"contributors": [
"Dao Lam <[email protected]>",
"Darren Matsumoto <[email protected]>",
"Jeremiah Wuenschel <[email protected]>",
"Min Zhang <[email protected]>",
"Peter Peterson <[email protected]>",
"St. John Johnson <[email protected]",
"Tiffany Kyi <[email protected]>"
],
"release": {
"debug": false,
"verifyConditions": {
"path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
}
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.2.2",
"eslint-config-screwdriver": "^2.0.0",
"jenkins-mocha": "^4.0.0",
"mockery": "^2.0.0",
"sinon": "^1.17.6",
"sinon-as-promised": "^4.0.2"
},
"dependencies": {
"circuit-fuses": "^2.1.0",
"hoek": "^4.1.0",
"joi": "^10.0.5",
"request": "^2.75.0",
"screwdriver-data-schema": "^17.0.0",
"screwdriver-scm-base": "^3.0.0"
}
}