UNPKG

npm-shizzle

Version:

An npm cli wrapper with a sync and async interface.

31 lines (30 loc) 647 B
{ "name": "npm-shizzle", "version": "1.1.0", "description": "An npm cli wrapper with a sync and async interface.", "main": "index.js", "scripts": { "test": "mocha test.js" }, "repository": { "type": "git", "url": "https://github.com/3rd-Eden/npm-shizzle" }, "keywords": [ "npm", "npm-shizzle", "shizzle", "cli" ], "author": "Arnout Kazemier", "license": "MIT", "bugs": { "url": "https://github.com/3rd-Eden/npm-shizzle/issues" }, "homepage": "https://github.com/3rd-Eden/npm-shizzle", "dependencies": { "diagnostics": "0.0.x", "fusing": "1.0.x", "shelljs": "0.3.x" } }