blob: a5f888272a75b577bc28f61e8a503f4f04e0c7c4 [file] [log] [blame]
{
"author": {
"email": "kevinmartensson@gmail.com",
"name": "Kevin Martensson",
"url": "github.com/kevva"
},
"dependencies": {
"shebang-regex": "^1.0.0"
},
"description": "Get the command from a shebang",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"cmd",
"command",
"parse",
"shebang"
],
"license": "MIT",
"name": "shebang-command",
"repository": "kevva/shebang-command",
"scripts": {
"test": "xo && ava"
},
"version": "1.2.0",
"xo": {
"ignores": [
"test.js"
]
}
}