cells-back-compatibility-apps
Version:
Repository where the functional tests of the apps will be executed
34 lines • 1.03 kB
JSON
{
"name": "cells-back-compatibility-apps",
"version": "1.2.0",
"description": "Repository where the functional tests of the apps will be executed",
"main": "index.js",
"scripts": {
"test": "mocha -u tdd --recursive test"
},
"repository": {
"type": "git",
"url": "ssh://git@globaldevtools.bbva.com:7999/ctool/cells-apps-back-compatibility.git"
},
"keywords": [
"functional-tests",
"piscosour-recipe",
"pisco",
"cells",
"apps"
],
"devDependencies": {
"MyBusiness.es": "git+ssh://git@globaldevtools.bbva.com:7999/bbvacellsapp/mybusiness.es.git",
"enginevents": "git+ssh://git@globaldevtools.bbva.com:7999/bbvacellsapp/enginevents.git",
"glomo-bridge.gb": "git+ssh://git@globaldevtools.bbva.com:7999/bbvacellsapp/glomo-bridge.gb.git",
"pisco-test-helper": "^0.1.0",
"rimraf": "^2.6.1"
},
"dependencies": {
"fs-extra": "^3.0.1",
"pisco-callback-to-promise": "^0.1.10",
"xunit-file": "^1.0.0",
"chai": "^4.0.2",
"mocha": "^3.4.2"
}
}