shelljs/package.json
2012-03-03 13:46:44 -05:00

13 lines
407 B
JSON

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