Created
June 6, 2017 07:26
-
-
Save moinuddin14/46528d3fc036abbf1a4eb98a546d8996 to your computer and use it in GitHub Desktop.
Package.json for protractor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ProtractorAutomation", | |
"version": "0.0.0", | |
"description": "Automating the AngularJs app with the help of ProtactorJs", | |
"main": "app.js", | |
"author": { | |
"name": "Khaja Mohammed", | |
}, | |
"dependencies": { | |
"protractor": "5.1.2" | |
}, | |
"devDependencies": { | |
"chance": "^0.7.5", | |
"jasmine-spec-reporter": "^2.4.0", | |
"protractor-flake": "2.4.0", | |
"gulp": "3.9.1", | |
"gulp-protractor": "4.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment