This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
56
57
58
59
{
"name": "taskcluster-queue",
"version": "1.0.0",
"private": true,
"scripts": {
"heroku-prebuild": "echo $SOURCE_VERSION > .git-version",
"test": "mocha test/*_test.js",
"lint": "eslint src/*.js test/*.js",
"pretest": "yarn lint"
},
"repository": {
"type": "git",
"url": "https://github.com/taskcluster/taskcluster-queue.git"
},
"dependencies": {
"assume": "^1.5.2",
"aws-sdk": "^2.382.0",
"azure-entities": "^5.1.0",
"azure-storage": "^2.10.2",
"debug": "^3.1.0",
"fast-azure-storage": "^2.3.0",
"lodash": "^4.6.1",
"netmask": "^1.0.5",
"remotely-signed-s3": "^3.2.0",
"request-ip": "^2.0.2",
"slugid": "^2.0.0",
"superagent": "^3.8.2",
"taskcluster-client": "^11.0.0",
"taskcluster-lib-api": "12.6.0",
"taskcluster-lib-app": "^10.0.0",
"taskcluster-lib-azure": "^10.0.0",
"taskcluster-lib-docs": "^10.0.0",
"taskcluster-lib-loader": "^10.0.0",
"taskcluster-lib-monitor": "^11.1.1",
"taskcluster-lib-pulse": "^11.1.0",
"taskcluster-lib-validate": "^12.0.0",
"thirty-two": "^1.0.2",
"typed-env-config": "^2.0.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"eslint-config-taskcluster": "^3.1.0",
"mocha": "^4.0.1",
"mock-aws-s3": "^3.0.0",
"nock": "^9.3.3",
"taskcluster-lib-references": "^1.3.0",
"taskcluster-lib-testing": "^12.1.2",
"temporary": "^0.0.8",
"url-join": "^2.0.2",
"xml2js": "^0.4.19",
"xmlbuilder": "^9.0.4",
"zurvan": "^0.5.1"
},
"engine-strict": true,
"engines": {
"node": "^8.10.0",
"yarn": "^1.0.2"
}
}