UNPKG

1.57 kBJSONView Raw
1{
2 "author": "TestingBot <info@testingbot.com> (testingbot.com)",
3 "name": "testingbot-tunnel-launcher",
4 "description": "A wrapper around TestingBot's Tunnel",
5 "version": "1.1.3",
6 "homepage": "https://github.com/testingbot/testingbot-tunnel-launcher",
7 "scripts": {
8 "lint": "eslint .",
9 "test": "make test"
10 },
11 "dependencies": {
12 "async": "^2.1.4"
13 },
14 "devDependencies": {
15 "babel": "^6.23.0",
16 "babel-core": "^6.23.1",
17 "babel-eslint": "^4.1.1",
18 "babel-plugin-rewire": "^1.0.0",
19 "babel-plugin-transform-object-assign": "^6.22.0",
20 "babel-eslint": "^7.1.1",
21 "eslint": "^4.1.0",
22 "eslint-config-standard": "^7.0.0",
23 "eslint-plugin-standard": "^2.0.1",
24 "eslint-plugin-promise": "^3.4.1",
25 "mocha": "^3.2.0",
26 "grunt": "^1.0.1",
27 "grunt-babel": "^6.0.0",
28 "grunt-bump": "^0.8.0",
29 "grunt-cli": "^1.2.0",
30 "grunt-contrib-clean": "^1.0.0",
31 "grunt-contrib-watch": "^1.0.0",
32 "grunt-eslint": "^19.0.0",
33 "grunt-mocha-istanbul": "^5.0.2",
34 "grunt-npm": "0.0.2",
35 "isparta": "^4.0.0",
36 "load-grunt-tasks": "^3.2.0",
37 "mocha": "^3.1.2",
38 "mocha-junit-reporter": "^1.13.0"
39 },
40 "engines": {
41 "node": ">=4.4"
42 },
43 "license": "MIT",
44 "bugs": {
45 "url": "https://github.com/testingbot/testingbot-tunnel-launcher/issues"
46 },
47 "repository": {
48 "type": "git",
49 "url": "git://github.com/testingbot/testingbot-tunnel-launcher.git"
50 },
51 "keywords": [
52 "webdriverio",
53 "wdio",
54 "selenium",
55 "testingbot",
56 "test",
57 "automation",
58 "cloud"
59 ]
60}