This repository was archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.34 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.34 KB
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
56
{
"name": "taskcluster-lib-api",
"version": "12.8.1",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",
"description": "taskcluster-lib-api",
"license": "MPL-2.0",
"scripts": {
"lint": "eslint src/*.js test/*.js",
"pretest": "yarn lint",
"test": "mocha test/*_test.js"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/taskcluster/taskcluster-lib-api.git"
},
"dependencies": {
"aws-sdk": "^2.151.0",
"body-parser": "1.18.3",
"debug": "^4.0.0",
"express": "4.16.4",
"hawk": "6.0.2",
"lodash": "^4.15.0",
"promise": "^8.0.1",
"slugid": "^2.0.0",
"taskcluster-client": "^12.0.0",
"taskcluster-lib-scopes": "^10.0.1",
"type-is": "^1.6.15",
"uuid": "^3.1.0"
},
"devDependencies": {
"eslint-config-taskcluster": "^3.0.0",
"mocha": "5.2.0",
"superagent": "^4.0.0",
"superagent-hawk": "^0.0.6",
"taskcluster-lib-app": "^10.0.0",
"taskcluster-lib-monitor": "^11.0.0",
"taskcluster-lib-testing": "^12.0.0",
"taskcluster-lib-urls": "^12.0.0",
"taskcluster-lib-validate": "^12.0.0",
"typed-env-config": "^3.0.0"
},
"engines": {
"node": ">=8"
},
"renovate": {
"extends": [
"config:base",
":preserveSemverRanges",
":rebaseStalePrs"
]
},
"main": "./src/builder.js"
}