blob: c7eea250bb5c909209cf99c12cc69c1fc6368401 [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"description": "Regular expression for matching a shebang",
"devDependencies": {
"ava": "0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"re",
"regex",
"regexp",
"shebang",
"match",
"test"
],
"license": "MIT",
"name": "shebang-regex",
"repository": "sindresorhus/shebang-regex",
"scripts": {
"test": "node test.js"
},
"version": "1.0.0"
}