pdf.js/external/shelljs/package.json

13 lines
411 B
JSON
Raw Normal View History

2012-03-04 04:01:31 +09:00
{ "name": "shelljs"
, "version": "0.0.2pre1"
, "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"
}
}