UNPKG

fh-fhc

Version:

A Command Line Interface for FeedHenry

79 lines (78 loc) 1.81 kB
{ "name": "fh-fhc", "description": "A Command Line Interface for FeedHenry", "version": "7.2.0", "_minPlatformVersion": "3.11.0", "keywords": [ "feedhenry" ], "preferGlobal": true, "homepage": "https://github.com/feedhenry/fh-fhc", "repository": { "type": "git", "url": "git+https://github.com/feedhenry/fh-fhc.git" }, "author": "FeedHenry<npm@feedhenry.com>", "bugs": { "url": "https://issues.jboss.org/projects/FH/issues" }, "directories": { "lib": "./lib", "bin": "./bin", "test": "./test" }, "main": "./lib/fhc.js", "bin": { "fhc": "./bin/fhc.js" }, "publishConfig": { "tag": "latest" }, "dependencies": { "async": "0.2.9", "cli-table": "0.3.1", "colors": "^1.3.2", "findit": "2.0.0", "moment": "2.22.1", "node-gettext": "1.1.0", "nopt": "4.0.1", "once": "^1.3.2", "os-locale": "2.1.0", "progress": "^1.1.8", "qrcode-terminal": "^0.11.0", "request": "2.88.0", "semver": "5.4.1", "tabtab": "0.0.2", "tar": "2.2.1", "underscore": "1.8.3", "underscore-deep-extend": "0.0.5", "yargs": "12.0.1" }, "devDependencies": { "colors": "^1.1.2", "grunt": "1.0.1", "grunt-concurrent": "2.3.1", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-jshint": "^1.1.0", "grunt-eslint": "^20.1.0", "grunt-fh-build": "2.0.0", "grunt-jsxgettext": "1.1.0", "grunt-open": "0.2.3", "grunt-shell": "2.1.0", "grunt-zanata-js": "1.4.1", "istanbul": "0.4.5", "jsxgettext": "0.8.2", "load-grunt-tasks": "3.5.2", "nock": "9.0.17", "proxyquire": "0.4.1", "time-grunt": "1.4.0", "turbo-test-runner": "0.3.3" }, "engines": { "node": ">=6" }, "scripts": { "test": "grunt test" }, "license": "MIT" }