cells-component-back-compatibility
Version:
Repository where the functional tests of the components will be executed
30 lines • 715 B
JSON
{
"name": "cells-component-back-compatibility",
"version": "1.3.0",
"description": "Repository where the functional tests of the components 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-components-back-compatibility.git"
},
"keywords": [
"functional-tests",
"piscosour-recipe",
"pisco",
"cells",
"apps"
],
"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"
},
"devDependencies": {
"rimraf": "^2.6.1"
}
}