UNPKG

@buildo/hophop

Version:

A minimal tool to accelerate the GitHub workflow from the command line.

59 lines (58 loc) 1.51 kB
{ "name": "@buildo/hophop", "version": "0.4.3", "description": "", "main": "lib", "scripts": { "test": "./node_modules/karma/bin/karma start", "build": "babel --loose --stage 0 --optional runtime --out-dir lib src", "hophop": "npm run build && node lib/index.js", "preversion": "npm run lint && npm run test", "prepublish": "npm run build", "lint": "eslint src" }, "bin": { "hophop": "./hophop" }, "repository": { "type": "git", "url": "git@github.com:buildo/infra" }, "keywords": [], "author": "Buildo <we@buildo.io>", "bugs": { "url": "https://github.com/buildo/infra/issues" }, "homepage": "https://github.com/buildo/infra", "dependencies": { "argparse": "^1.0.2", "cli-color": "^1.0.0", "es6-promisify": "^1.1.1", "inquirer": "^0.10.1", "lodash": "^3.10.1", "octonode": "^0.6.17", "ramda": "^0.14.0", "readline-sync": "^1.2.19", "semver": "^4.3.6", "toggl-api": "0.0.3", "babel-runtime": "^5.5.7" }, "devDependencies": { "babel": "^5", "babel-eslint": "^4", "babel-loader": "^5", "eslint": "^1.10.1", "eslint-loader": "^1.1.1", "expect": "^1.6.0", "isparta-loader": "^0.2.0", "karma": "^0.12.36", "karma-bamboo-reporter": "^0.1.0", "karma-chrome-launcher": "^0.1.12", "karma-coverage": "^0.3.1", "karma-mocha": "^0.1.10", "karma-webpack": "^1.5.1", "mocha": "^2.2.5", "require-dir": "^0.3.0", "webpack": "^1.12.9" } }