mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-18 16:03:37 +00:00
11 lines
257 B
JSON
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"
|
|
}
|
|
}
|