forked from axemclion/grunt-saucelabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (50 loc) · 1.26 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": "grunt-saucelabs",
"description": "Grunt task running tests using Sauce Labs. Supports Qunit and Jasmine tests",
"version": "2.0.2",
"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"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/axemclion/grunt-saucelabs/blob/master/LICENSE-MIT"
}],
"main": "grunt.js",
"bin": {
"grunt-saucelabs-qunit": "bin/grunt-saucelabs-qunit"
},
"engines": {
"node": ">=0.6"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"request": "~2.12.0",
"wd": "~0.0.26",
"saucelabs": "~0.0.7",
"grunt": "~0.3.12",
"colors": "~0.6.0"
},
"devDependencies": {
"grunt": "~0.3.12"
},
"keywords": ["gruntplugin", "grunt", "saucelabs", "test", "jasmine"],
"_id": "[email protected]",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.16",
"_nodeVersion": "v0.6.15",
"_defaultsLoaded": true,
"_from": "grunt-saucelabs@*"
}