kasmir
Version:
Amazing multi-browser automation tool
91 lines (90 loc) • 2.85 kB
JSON
{
"name": "kasmir",
"version": "0.6.5",
"description": "Amazing multi-browser automation tool",
"main": "Kasmir.js",
"scripts": {
"clean": "gulp clean",
"copy": "gulp copy",
"test": "npm run build:dev && gulp test",
"test:single": "./node_modules/.bin/mocha --compilers js:babel-register --reporter spec --timeout 60000",
"lint": "./node_modules/.bin/eslint ./src; exit 0",
"watch": "NODE_ENV=dev webpack-dev-server --config webpack.config.js",
"build:prod": "NODE_ENV=prod webpack --config webpack.config.js && gulp copy",
"build:dev": "NODE_ENV=dev webpack -d --config webpack.config.js",
"publish:patch": "gulp clean && NODE_ENV=prod webpack --config webpack.config.js && gulp patch && gulp copy",
"publish:feature": "gulp clean && NODE_ENV=prod webpack --config webpack.config.js && gulp feature && gulp copy",
"publish:release": "gulp clean && NODE_ENV=prod webpack --config webpack.config.js && gulp release && gulp copy",
"publish:npm": "npm publish ./build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/andreasur/kasmir"
},
"bugs": {
"url": "https://github.com/andreasur/kasmir/issues"
},
"keywords": [
"multi",
"browser",
"automation",
"e2e",
"end",
"to",
"end-to-end",
"uat",
"testing",
"test",
"runner"
],
"engines": {
"node": ">=6.0.0"
},
"author": "Andreas Urbanski <urbanski.andreas@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/andreasur/kasmir#readme",
"dependencies": {
"nightwatch": "^0.9.12",
"require-dir": "^0.3.1",
"selenium-download": "^2.0.7",
"serialize-javascript": "^1.3.0",
"yargs": "^7.0.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.5.1",
"babel-eslint": "^4.1.8",
"babel-istanbul": "^0.12.1",
"babel-loader": "^6.2.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-regenerator": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.22.0",
"babel-register": "^6.16.3",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"connect": "^3.6.0",
"cover-child-process": "^0.1.7",
"del": "^2.2.2",
"eslint": "^3.7.1",
"eslint-loader": "^1.5.0",
"gulp": "^3.9.0",
"gulp-bump": "^2.4.0",
"gulp-filter": "^4.0.0",
"gulp-git": "^1.11.3",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-tag-version": "^1.3.0",
"gulp-wait": "0.0.2",
"isparta": "^4.0.0",
"json-loader": "^0.5.4",
"mocha": "^3.1.1",
"nightwatch": "^0.9.12",
"progress-bar-webpack-plugin": "^1.9.0",
"require-directory": "^2.1.1",
"selenium-download": "^2.0.7",
"serve-static": "^1.11.2",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
}
}