UNPKG

@my-dish/packer

Version:

## Install ``` $ npm install @my-dish/packer ```

36 lines (35 loc) 658 B
{ "name": "@my-dish/packer", "main": "index.js", "author": "abouthiroppy <git@about-hiroppy.com> (http://about-hiroppy.com)", "version": "2.4.3", "license": "MIT", "description": "", "keywords": [ "dish", "package" ], "repository": { "url": "git+https://github.com/my-dish/packer.git", "type": "git" }, "scripts": { "test": "nyc ava" }, "bin": { "packer": "./bin/packer.js" }, "ava": { "files": [ "test/**/*.js" ], "tap": true, "failFast": true, "concurrency": 5 }, "dependencies": { "child-process-promise": "^2.2.1", "fs-extra": "^3.0.1", "rc": "^1.2.1" } }