You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
846 B
39 lines
846 B
{
|
|
"name": "cucumber-protractor-example",
|
|
"description": "An angularjs 1.x sample project with acceptance tests using protractor and cucumberjs",
|
|
"main": "gruntfile.js",
|
|
"authors": [
|
|
"Aravind Kumar"
|
|
],
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"cucumber-protractor",
|
|
"grunt-cucumber-protractor",
|
|
"grunt-protractor-cucumber",
|
|
"protractor-cucumberjs",
|
|
"angularjs",
|
|
"cucumberjs",
|
|
"angularjs",
|
|
"cucumberjs",
|
|
"protractor",
|
|
"angularjs",
|
|
"protractor",
|
|
"cucumberjs",
|
|
"angularjs",
|
|
"cucumberjs",
|
|
"protractor",
|
|
"example"
|
|
],
|
|
"homepage": "https://github.com/Aravind00Kumar/cucumber-protractor-example",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular": "^1.5.6",
|
|
"angular-route": "^1.5.6"
|
|
}
|
|
}
|