Skip to content

Instantly share code, notes, and snippets.

@moinuddin14
Created June 6, 2017 07:26
Show Gist options
  • Save moinuddin14/46528d3fc036abbf1a4eb98a546d8996 to your computer and use it in GitHub Desktop.
Save moinuddin14/46528d3fc036abbf1a4eb98a546d8996 to your computer and use it in GitHub Desktop.
Package.json for protractor
{
"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