pdf.js/external/shelljs/package.json

30 lines
602 B
JSON
Raw Normal View History

2012-03-29 07:03:31 +09:00
{
"name": "shelljs",
"version": "0.0.5pre4",
"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-04 04:01:31 +09:00
"test": "node scripts/run-tests"
2012-03-29 07:03:31 +09:00
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
2012-03-04 04:01:31 +09:00
}
}