pesto
Version:
The perfect recipe for running integration tests of AngularJS based web applications.
34 lines (33 loc) • 691 B
JSON
{
"name": "pesto",
"description": "The perfect recipe for running integration tests of AngularJS based web applications.",
"version": "0.0.7",
"repository": "/allenai/pesto.git",
"bin": "bin/run-tests",
"keywords": [
"pesto",
"angularjs",
"angular",
"testing",
"saucelabs",
"protractor"
],
"contributors": [
{
"name": "Sam Skjonsberg",
"email": "sams@allenai.org",
"url": "http://codeviking.net"
}
],
"license": "GPL v2",
"dependencies": {
"colors": "^1.0.3",
"protractor": "^1.3.1",
"q": "^1.0.1",
"request": "^2.47.0",
"unzip": "^0.1.11"
},
"devDependencies": {
"express": "^4.10.1"
}
}