shelljs/package.json
2012-03-01 20:22:44 -05:00

11 lines
257 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 test/run"
}
}