-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 957 Bytes
/
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
{
"name": "SauceBreak",
"version": "0.0.2",
"author": "Chaoyi Chen <ccy.chenchaoyi@gmail.com>",
"description": "Sauce Labs Appium session break point tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/chenchaoyi/saucebreak"
},
"license": "MIT",
"keywords": [
"appium",
"testing",
"saucelabs",
"ios",
"android"
],
"devDependencies": {
"mocha": "3.1.2",
"config": "^1.20.4",
"q": "^1.1.2",
"grunt": "~1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-jscs": "^3.0.1"
},
"dependencies": {
"grunt-cli": "^1.2.0",
"kunlun": "^0.2.8",
"moment": "^2.15.2",
"saucelabs": "^1.2.0",
"testarmada-magellan": "^8.8.4",
"testarmada-magellan-mocha-plugin": "https://github.com/chenchaoyi/magellan-mocha-plugin/tarball/master",
"valid-url": "^1.0.9"
}
}