mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
19 lines
360 B
JSON
19 lines
360 B
JSON
|
{
|
||
|
"name": "protractorCtr",
|
||
|
"version": "1.0.0",
|
||
|
"bin": {
|
||
|
"start": "bin/start.js",
|
||
|
"run" : "bin/run.js",
|
||
|
"stop" : "bin/stop.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"protractor": "^2.1.0",
|
||
|
"psnode": "0.0.1",
|
||
|
"shelljs": "^0.5.2",
|
||
|
"sleep": "^3.0.0",
|
||
|
"string": "^3.3.1"
|
||
|
},
|
||
|
"description": "E2e Protractor Tests.",
|
||
|
"license": "ISC"
|
||
|
}
|