More shell.js --> ShellJS

This commit is contained in:
Artur Adib 2012-03-03 13:46:44 -05:00
parent 302769a963
commit 4d69fb9d26
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
{ "name": "shelljs"
, "version": "0.0.1"
, "author": "Artur Adib <aadib@mozilla.com>"
, "description": "Unix shell commands for Node.js"
, "description": "Portable Unix shell commands for Node.js"
, "keywords": ["unix", "shell", "makefile", "make", "jake", "synchronous"]
, "repository": "git://github.com/arturadib/shell.js"
, "homepage": "http://github.com/arturadib/shell.js"
, "repository": "git://github.com/arturadib/shelljs"
, "homepage": "http://github.com/arturadib/shelljs"
, "main": "./shell.js"
, "scripts": {
"test": "node scripts/run-tests"

View File

@ -1,9 +1,9 @@
//
// shell.js
// ShellJS
// Unix shell commands on top of Node's API
//
// Copyright (c) 2012 Artur Adib
// http://github.com/arturadib/shell.js
// http://github.com/arturadib/shelljs
//
var fs = require('fs'),