Skip to content

Commit

Permalink
Updating metadata for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Apr 20, 2018
1 parent 9694eb4 commit 20f415c
Showing 1 changed file with 54 additions and 54 deletions.
108 changes: 54 additions & 54 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"name": "@theintern/digdug",
"version": "2.1.0-pre",
"description": "Dig Dug. A simple abstraction library for downloading and launching WebDriver service tunnels.",
"repository": {
"type": "git",
"url": "https://github.com/theintern/digdug.git"
},
"license": "BSD-3-Clause",
"dependencies": {
"@dojo/core": "~0.5.0",
"@dojo/has": "~0.1.1",
"@dojo/interfaces": "~0.2.0",
"@dojo/shim": "~0.2.7",
"decompress": "~4.2.0",
"semver": "~5.5.0",
"tree-kill": "~1.2.0",
"tslib": "~1.9.0"
},
"devDependencies": {
"@dojo/loader": "~0.1.1",
"@theintern/dev": "~0.7.0",
"@types/node": "~9.6.5",
"@types/semver": "~5.5.0",
"@types/shelljs": "~0.7.1",
"concurrently": "~3.5.0",
"intern": "~3.4.2",
"shelljs": "~0.8.1"
},
"scripts": {
"build": "npm run clean && concurrently intern-dev-build intern-dev-api",
"ci": "intern-dev-build && intern-dev-test",
"clean": "intern-dev-clean",
"devpack": "intern-dev-build && npm pack ./_build/src",
"lint": "intern-dev-lint",
"release": "intern-dev-release",
"test": "intern-dev-test",
"watch": "intern-dev-build watch"
},
"bugs": "https://github.com/theintern/digdug/issues",
"keywords": [
"javascript",
"test",
"functional",
"selenium",
"webdriver",
"sauce labs",
"browserstack",
"testingbot"
],
"homepage": "https://github.com/theintern/digdug",
"bin": {
"digdugEnvironments": "./bin/digdugEnvironments.js"
}
}
"name": "@theintern/digdug",
"version": "2.1.0",
"description": "Dig Dug. A simple abstraction library for downloading and launching WebDriver service tunnels.",
"repository": {
"type": "git",
"url": "https://github.com/theintern/digdug.git"
},
"license": "BSD-3-Clause",
"dependencies": {
"@dojo/core": "~0.5.0",
"@dojo/has": "~0.1.1",
"@dojo/interfaces": "~0.2.0",
"@dojo/shim": "~0.2.7",
"decompress": "~4.2.0",
"semver": "~5.5.0",
"tree-kill": "~1.2.0",
"tslib": "~1.9.0"
},
"devDependencies": {
"@dojo/loader": "~0.1.1",
"@theintern/dev": "~0.7.0",
"@types/node": "~9.6.5",
"@types/semver": "~5.5.0",
"@types/shelljs": "~0.7.1",
"concurrently": "~3.5.0",
"intern": "~3.4.2",
"shelljs": "~0.8.1"
},
"scripts": {
"build": "npm run clean && concurrently intern-dev-build intern-dev-api",
"ci": "intern-dev-build && intern-dev-test",
"clean": "intern-dev-clean",
"devpack": "intern-dev-build && npm pack ./_build/src",
"lint": "intern-dev-lint",
"release": "intern-dev-release",
"test": "intern-dev-test",
"watch": "intern-dev-build watch"
},
"bugs": "https://github.com/theintern/digdug/issues",
"keywords": [
"javascript",
"test",
"functional",
"selenium",
"webdriver",
"sauce labs",
"browserstack",
"testingbot"
],
"homepage": "https://github.com/theintern/digdug",
"bin": {
"digdugEnvironments": "./bin/digdugEnvironments.js"
}
}

0 comments on commit 20f415c

Please sign in to comment.