shelljs/package.json
2012-03-02 11:38:34 -05:00

11 lines
266 B
JSON

{ "name": "shell.js"
, "version": "0.0.1"
, "author": "Artur Adib"
, "description": "Unix shell commands on top of the Node.js API"
, "homepage": "http://github.com/arturadib/shell.js"
, "main": "./shell.js"
, "scripts": {
"test": "node scripts/run-tests"
}
}