shelljs/package.json
Stephen Mathieson a09c6162d2 moving _jshint_ to a development dependency
this helps speed up `npm install` times :)
2013-05-03 20:04:34 -04:00

35 lines
665 B
JSON

{
"name": "shelljs",
"version": "0.1.3",
"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": {
"test": "node scripts/run-tests"
},
"bin": {
"shjs": "./bin/shjs"
},
"dependencies": {},
"devDependencies": {
"jshint": "~1.1.0"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}