shelljs/package.json
2016-03-13 15:55:05 -07:00

48 lines
975 B
JSON

{
"name": "shelljs",
"version": "0.6.0",
"author": "Artur Adib <arturadib@gmail.com>",
"description": "Portable Unix shell commands for Node.js",
"keywords": [
"shelljs",
"bash",
"unix",
"shell",
"makefile",
"make",
"jake",
"synchronous"
],
"contributors": [
"Ari Porad <ari@ariporad.com> (http://ariporad.com/)",
"Nate Fischer <ntfschr@gmail.com>"
],
"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": "*"
}
}