xc
Version:
Browser UI-based Testing Framework
42 lines (41 loc) • 855 B
JSON
{
"name": "xc",
"description": "Browser UI-based Testing Framework",
"version": "0.1.0",
"keywords": [
"test",
"testing-framework",
"browser-testing",
"client",
"async-testing"
],
"homepage": "https://github.com/teniryte/xc",
"bugs": {
"url": "https://github.com/teniryte/xc/issues",
"email": "teniryte@gmail.com"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Denis Ivanov",
"email": "teniryte@gmail.com",
"url": "https://sencort.com/"
},
"main": "./lib/index.js",
"bin": {
"xc": "./bin/run"
},
"dependencies": {},
"devDependencies": {
"jest": "^26.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/teniryte/xc.git"
},
"scripts": {
"test": "node ./node_modules/jest/.bin/jest"
},
"engines": {
"npm": "~15.6.0"
}
}