openmct/protractor/package.json

21 lines
489 B
JSON
Raw Normal View History

2015-08-10 22:26:25 +00:00
{
"name": "ProtractorLauncher",
2015-08-10 22:26:25 +00:00
"version": "1.0.0",
2015-08-11 18:47:52 +00:00
"scripts" : {
"start" : "bin/start.js",
"protractor" : "bin/run.js",
"stop" : "bin/stop.js",
"all" : "bin/start.js; bin/run.js; bin/stop.js;",
"clean" : "bin/clean.js"
2015-08-10 22:26:25 +00:00
},
"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"
}