UNPKG

gulp-jest

Version:

Gulp plugin for running your Jest tests

62 lines (61 loc) 1.35 kB
{ "name": "gulp-jest", "version": "0.5.2", "description": "Gulp plugin for running your Jest tests", "main": "lib/index.js", "scripts": { "build": "babel src --out-dir lib --copy-files --loose-mode", "test": "jest --coverage" }, "repository": { "type": "git", "url": "git://github.com/alansouzati/gulp-jest.git" }, "authors": [ { "name": "Dominic Barker", "email": "dom.barker808@gmail.com", "url": "http://www.dombarker.co.uk" }, { "name": "Alan Souza", "email": "alansouzati@gmail.com", "url": "https://github.com/alansouzati" } ], "license": "MIT", "bugs": { "url": "https://github.com/alansouzati/gulp-jest/issues" }, "homepage": "https://github.com/alansouzati/gulp-jest", "dependencies": { "jest-cli": "^15.0.0", "gulp-util": "^3.0.0", "through2": "^2.0.1" }, "devDependencies": { "babel-core": "^6.1.18", "babel-jest": "^15.0.0", "babel-plugin-transform-object-rest-spread": "^6.3.13", "babel-preset-es2015": "^6.1.18", "babel-preset-react": "^6.1.18", "gulp": "^3.8.7" }, "keywords": [ "gulpplugin", "jest", "test", "testing", "unit", "framework", "runner", "tdd", "bdd", "qunit", "spec", "tap" ], "jest": { "testEnvironment": "node" } }