2012-03-28 18:03:31 -04:00
|
|
|
{
|
|
|
|
"name": "shelljs",
|
2013-03-07 10:32:16 -06:00
|
|
|
"version": "0.1.2",
|
2012-03-28 18:03:31 -04:00
|
|
|
"author": "Artur Adib <aadib@mozilla.com>",
|
|
|
|
"description": "Portable Unix shell commands for Node.js",
|
|
|
|
"keywords": [
|
|
|
|
"unix",
|
|
|
|
"shell",
|
|
|
|
"makefile",
|
|
|
|
"make",
|
|
|
|
"jake",
|
|
|
|
"synchronous"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/arturadib/shelljs.git"
|
|
|
|
},
|
|
|
|
"homepage": "http://github.com/arturadib/shelljs",
|
|
|
|
"main": "./shell.js",
|
|
|
|
"scripts": {
|
2012-03-03 14:01:31 -05:00
|
|
|
"test": "node scripts/run-tests"
|
2012-03-28 18:03:31 -04:00
|
|
|
},
|
2013-03-07 10:32:16 -06:00
|
|
|
"bin": {
|
|
|
|
"shjs": "./bin/shjs"
|
|
|
|
},
|
2012-03-28 18:03:31 -04:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {},
|
|
|
|
"optionalDependencies": {},
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
2012-03-03 14:01:31 -05:00
|
|
|
}
|
|
|
|
}
|