openmct/protractor/package.json

19 lines
360 B
JSON
Raw Normal View History

2015-08-10 22:26:25 +00:00
{
"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"
}