-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
58 lines (58 loc) · 1.3 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
{
"name": "grunt-saucelabs",
"description": "Grunt task running tests using Sauce Labs. Supports QUnit, Jasmine, Mocha and YUI tests",
"version": "9.0.1",
"homepage": "https://github.com/axemclion/grunt-saucelabs",
"author": {
"name": "Parashuram",
"email": "[email protected]",
"url": "http://nparashuram.com"
},
"repository": {
"type": "git",
"url": "git://github.com/axemclion/grunt-saucelabs.git"
},
"bugs": {
"url": "https://github.com/axemclion/grunt-saucelabs/issues"
},
"license": "MIT",
"engines": {
"node": ">=0.6",
"npm": ">=1.2.12"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"colors": "~1.1.2",
"lodash": "^4.17.11",
"q": "~1.4.1",
"requestretry": "~1.9.0",
"sauce-tunnel": "~2.5.0",
"saucelabs": "^1.5.0"
},
"peerDependencies": {
"grunt": ">=0.4.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.6.0",
"grunt-sauce-tunnel": "^0.2.1",
"load-grunt-config": "^0.19.1",
"merge": "^1.2.0",
"publish": "^0.6.0"
},
"keywords": [
"gruntplugin",
"grunt",
"saucelabs",
"test",
"jasmine",
"mocha",
"qunit",
"yui"
]
}