@opstarts/chimp
Version:
Develop acceptance tests & end-to-end tests with realtime feedback.
131 lines (130 loc) • 3.56 kB
JSON
{
"name": "@opstarts/chimp",
"version": "0.49.0-1",
"description": "Develop acceptance tests & end-to-end tests with realtime feedback.",
"keywords": [
"simian",
"meteor",
"bdd",
"atdd",
"cucumber",
"webdriverio",
"selenium",
"phantom",
"testing",
"saucelabs"
],
"author": "Sam Hatoum <sam@xolv.io> (http://xolv.io)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xolvio/chimp"
},
"homepage": "",
"bugs": {
"url": "https://github.com/xolvio/chimp/issues"
},
"watch": {
"prepublish": "src/{lib,bin}/**/*.js"
},
"scripts": {
"watch": "npm-watch",
"prepublish": "node ./scripts/prepublish.js",
"lint": "eslint ./src",
"lintfix": "eslint ./src --fix",
"start": "node ./scripts/run.js",
"testonly": "npm run testunit && npm run prepublish && node ./scripts/run-tests.js",
"testunit": "mocha --opts ./mocha.opts \"`node -e \"console.log(require('./package.json').mocha.tests.join(' '))\"`\"",
"test": "npm run lint && npm run testonly",
"publish-patch": "./scripts/release.sh patch",
"publish-minor": "./scripts/release.sh minor",
"publish-major": "./scripts/release.sh major"
},
"main": "dist/lib/chimp.js",
"bin": {
"chimp": "./bin/chimp.js"
},
"mocha": {
"files": [
"src/**/*.js",
"!src/__mocks__/**/*",
"!src/__tests__/**/*",
"!src/**/*-spec.js"
],
"tests": [
"src/lib/**/*-spec.js"
]
},
"jest": {
"testRunner": "<rootDir>/node_modules/jest-cli/src/testRunners/jasmine/jasmine2.js",
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"moduleFileExtensions": [
"js",
"json",
"node"
],
"unmockedModulePathPatterns": [
"core-js/.*",
"babel-runtime/.*"
]
},
"dependencies": {
"async": "~0.9.0",
"babel-core": "^6.4.5",
"babel-plugin-transform-runtime": "6.x.x",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "6.x.x",
"babel-preset-stage-2": "6.x.x",
"babel-register": "^6.4.3",
"babel-runtime": "6.x.x",
"bluebird": "^3.4.7",
"chai": "~3.5.0",
"chai-as-promised": "^6.0.0",
"child-process-debug": "0.0.7",
"chokidar": "~1.6.0",
"chromedriver": "^2.29",
"colors": "1.1.2",
"commander": "^2.9.0",
"cucumber": "xolvio/cucumber-js#v1.3.0-chimp.6",
"deep-extend": "^0.4.1",
"exit": "^0.1.2",
"fibers": "^1.0.14",
"freeport": "~1.0.5",
"fs-extra": "^1.0.0",
"glob": "lucetius/node-glob#chimp",
"hapi": "8.8.0",
"jasmine": "^2.4.1",
"loglevel": "~1.4.0",
"minimist": "~1.2.0",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "2.1.13",
"progress": "^1.1.8",
"request": "^2.79.0",
"requestretry": "1.5.0",
"saucelabs": "^1.3.0",
"selenium-standalone": "^6.4.1",
"underscore": "~1.8.3",
"xolvio-ddp": "^0.12.0",
"xolvio-jasmine-expect": "^1.0.0",
"xolvio-sync-webdriverio": "Opstarts/sync-webdriverio#v8.0.0-5"
},
"devDependencies": {
"babel-cli": "6.x.x",
"babel-jest": "^6.0.1",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"git-release-notes": "0.0.2",
"jest-cli": "Sanjo/jest#7c71094",
"npm-watch": "^0.1.6",
"quibble": "^0.4.0",
"shelljs": "^0.7.5",
"testdouble": "^1.10.1"
},
"bundledDependencies": [
"cucumber"
]
}