UNPKG

travis-after-all

Version:

Script that can help you execute code only once in a Travis CI build matrix

54 lines (53 loc) 1.37 kB
{ "author": "Cătălin Mariș <alrraa@gmail.com> (http://catalinmaris.com/)", "babel": { "plugins": [ "transform-async-to-generator", "transform-runtime" ], "presets": [ "es2015" ] }, "bin": { "travis-after-all": "bin/travis-after-all" }, "bugs": "https://github.com/alrra/travis-after-all/issues", "config": { "keys": { "failure": "travis-after-all: failed", "success": "travis-after-all: succeeded" }, "test-branch-prefix": "test-build" }, "description": "Script that can help you execute code only once in a Travis CI build matrix", "devDependencies": { "@alrra/travis-scripts": "^3.0.0", "babel-cli": "^6.14.0", "babel-plugin-transform-async-to-generator": "^6.3.13", "babel-plugin-transform-runtime": "^6.15.0", "babel-polyfill": "^6.13.0", "babel-preset-es2015": "^6.14.0", "babel-register": "^6.14.0", "babel-runtime": "^6.11.6", "tap": "^7.1.0", "tap-mocha-reporter": "^2.0.1" }, "files": [ "bin", "lib" ], "homepage": "https://github.com/alrra/travis-after-all#readme", "keywords": [ "travis", "travis-ci" ], "license": "MIT", "main": "lib/travis-after-all.js", "name": "travis-after-all", "repository": "alrra/travis-after-all", "scripts": { "test": "./test/main.sh" }, "version": "1.4.5" }