forked from screwdriver-cd/models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "screwdriver-models",
"version": "10.4.0",
"description": "Screwdriver models",
"main": "index.js",
"scripts": {
"pretest": "eslint .",
"test": "jenkins-mocha --recursive"
},
"repository": {
"type": "git",
"url": "git@github.com:screwdriver-cd/models.git"
},
"homepage": "https://github.com/screwdriver-cd/models",
"bugs": "https://github.com/screwdriver-cd/models/issues",
"keywords": [
"screwdriver",
"yahoo"
],
"license": "BSD-3-Clause",
"author": "Dao Lam <daolam112@gmail.com>",
"contributors": [
"Dao Lam <daolam112@gmail.com>",
"Darren Matsumoto <aeneascorrupt@gmail.com>",
"Jeremiah Wuenschel <jeremiah.wuenschel@gmail.com>",
"Noah Katzman <nbkatzman@gmail.com>",
"Peter Peterson <jedipetey@gmail.com>",
"St. John Johnson <st.john.johnson@gmail.com",
"Tiffany Kyi <tiffanykyi@gmail.com>"
],
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.2.2",
"eslint-config-screwdriver": "^2.0.0",
"eslint-plugin-import": "^1.12.0",
"jenkins-mocha": "^3.0.0",
"joi": "^9.0.4",
"mockery": "^1.7.0",
"sinon": "^1.17.4",
"sinon-as-promised": "^4.0.2"
},
"dependencies": {
"async": "^2.0.1",
"circuit-fuses": "^1.0.0",
"hoek": "^4.0.1",
"iron": "^4.0.1",
"screwdriver-config-parser": "^2.0.0",
"screwdriver-data-schema": "^12.1.0",
"screwdriver-hashr": "^1.0.30"
}
}