shelljs/package.json
Nate Fischer f47a8e2eb8 Merge pull request #304 from ariporad/shjs-tests
test(shjs): add tests for shjs
2016-01-24 20:50:29 -08:00

37 lines
732 B
JSON

{
"name": "shelljs",
"version": "0.5.3",
"author": "Artur Adib <arturadib@gmail.com>",
"description": "Portable Unix shell commands for Node.js",
"keywords": [
"unix",
"shell",
"makefile",
"make",
"jake",
"synchronous"
],
"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": {},
"devDependencies": {
"coffee-script": "^1.10.0",
"jshint": "~2.1.11"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.10.0"
}
}