forked from taskcluster/taskcluster-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 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
{
"name": "taskcluster-client",
"version": "2.0.0",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",
"description": "Client for interfacing taskcluster components",
"license": "MPL-2.0",
"scripts": {
"test": "./test/runtests.sh"
},
"browser": "./browser.js",
"repository": {
"type": "git",
"url": "https://github.com/taskcluster/taskcluster-client.git"
},
"dependencies": {
"lodash": "^3.6.0",
"debug": "^2.1.3",
"superagent": "~1.7.0",
"superagent-promise": "^0.2.0",
"superagent-hawk": "^0.0.6",
"amqplib": "^0.5.1",
"slugid": "^1.1.0",
"promise": "^6.1.0",
"hawk": "^2.3.1",
"url-join": "^0.0.1"
},
"files": [
"lib",
"browser.js",
"index.js"
],
"optionalDependencies": {
"sockjs-client": "^1.0.3"
},
"devDependencies": {
"mocha": "^2.2.1",
"taskcluster-base": "^2.1.0",
"commander": "^2.4.0",
"cliff": "^0.1.10",
"browserify": "^9.0.3",
"mocha-phantomjs": "3.5.3",
"phantomjs": "1.9.16",
"babel": "^5.5.8",
"json-stable-stringify": "^1.0.0",
"nock": "^7.0.2"
}
}