{ "name": "shelljs", "version": "0.6.0", "author": "Artur Adib ", "description": "Portable Unix shell commands for Node.js", "keywords": [ "shelljs", "bash", "unix", "shell", "makefile", "make", "jake", "synchronous" ], "contributors": [ "Ari Porad (http://ariporad.com/)", "Nate Fischer " ], "repository": { "type": "git", "url": "git://github.com/shelljs/shelljs.git" }, "license": "BSD-3-Clause", "homepage": "http://github.com/shelljs/shelljs", "main": "./shell.js", "scripts": { "test": "node scripts/run-tests" }, "bin": { "shjs": "./bin/shjs" }, "dependencies": { "glob": "^7.0.0", "interpret": "^1.0.0", "rechoir": "^0.6.2" }, "devDependencies": { "coffee-script": "^1.10.0", "jshint": "~2.1.11" }, "optionalDependencies": {}, "engines": { "node": ">=0.11.0", "iojs": "*" } }