npmdoc-concurrently

0.0.4 • Public • Published

npmdoc-concurrently

api documentation for concurrently (v3.4.0) npm package travis-ci.org build-status

Run commands concurrently

NPM

apidoc

npmPackageListing

npmPackageDependencyTree

package.json

 
{
    "author": {
        "name": "Kimmo Brunfeldt"
    },
    "bin": {
        "concurrent": "./src/main.js",
        "concurrently": "./src/main.js"
    },
    "bugs": {
        "url": "https://github.com/kimmobrunfeldt/concurrently/issues"
    },
    "dependencies": {
        "chalk": "0.5.1",
        "commander": "2.6.0",
        "date-fns": "^1.23.0",
        "lodash": "^4.5.1",
        "rx": "2.3.24",
        "spawn-command": "^0.0.2-1",
        "supports-color": "^3.2.3",
        "tree-kill": "^1.1.0"
    },
    "description": "Run commands concurrently",
    "devDependencies": {
        "chai": "^1.10.0",
        "mocha": "^2.1.0",
        "mustache": "^1.0.0",
        "releasor": "^1.2.1",
        "semver": "^4.2.0",
        "shell-quote": "^1.4.3",
        "shelljs": "^0.3.0",
        "string": "^3.0.0"
    },
    "directories": {},
    "dist": {
        "shasum": "60662b3defde07375bae19aac0ab780ec748ba79",
        "tarball": "https://registry.npmjs.org/concurrently/-/concurrently-3.4.0.tgz"
    },
    "engines": {
        "node": ">=4.0.0"
    },
    "gitHead": "072bdf20687dec8317181a254a3e5c3dd0467a4b",
    "homepage": "https://github.com/kimmobrunfeldt/concurrently",
    "keywords": [
        "bash",
        "concurrent",
        "parallel",
        "concurrently",
        "command",
        "sh"
    ],
    "license": "MIT",
    "main": "src/main.js",
    "maintainers": [
        {
            "name": "gustavohenke"
        },
        {
            "name": "kimmobrunfeldt"
        }
    ],
    "name": "concurrently",
    "optionalDependencies": {},
    "repository": {
        "type": "git",
        "url": "git+https://github.com/kimmobrunfeldt/concurrently.git"
    },
    "scripts": {
        "test": "mocha"
    },
    "version": "3.4.0"
}

misc

  • this document was created with utility2

Package Sidebar

Install

npm i npmdoc-concurrently

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • npmdoc