systelab-components-test
Version:
Widgets to be use in the E2E Tests based in Protractor
42 lines (41 loc) • 915 B
JSON
{
"name": "systelab-components-test",
"version": "2.2.4",
"license": "MIT",
"description": "Widgets to be use in the E2E Tests based in Protractor",
"keywords": [
"Angular",
"Angular-cli",
"NPM",
"Systelab"
],
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"private": false,
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/systelab/systelab-components-test.git"
},
"dependencies": {
"core-js": "^2.5.6",
"tslib": "^1.10.0",
"protractor": "^7.0.0",
"karma-jasmine": "^2.0.1"
},
"devDependencies": {
"typescript": "3.5.3",
"ts-node": "^6.2.0",
"@types/core-js": "^0.9.42",
"@types/jasmine": "~3.7.2",
"@types/jasminewd2": "~2.0.9",
"@types/node": "^6.0.116",
"reflect-metadata": "^0.1.13"
}
}