forked from maciejmaciejewski/azure-pipelines-protractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 864 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
{
"name": "vsts-protractor-extension",
"version": "1.0.0",
"description": "Embed Protractor HTML result into release and build tabs",
"main": "index.js",
"scripts": {
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/maciejmaciejewski/azure-pipelines-protractor.git"
},
"private": true,
"keywords": [
"Azure DevOps",
"Protractor"
],
"author": "Maciej Maciejewski <maciej.maciejewski@finastra.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/maciejmaciejewski/azure-pipelines-protractor/issues"
},
"homepage": "https://github.com/maciejmaciejewski/azure-pipelines-protractor#readme",
"dependencies": {
"mustache": "^3.0.1",
"vss-web-extension-sdk": "^5.141.0"
},
"devDependencies": {
"@types/node": "^11.9.4",
"typescript": "^3.3.3"
}
}