35 lines
598 B
JSON
35 lines
598 B
JSON
{
|
|
"name": "executable",
|
|
"version": "1.1.0",
|
|
"description": "Check if a file is executable",
|
|
"license": "MIT",
|
|
"repository": "kevva/executable",
|
|
"author": {
|
|
"name": "Kevin Mårtensson",
|
|
"email": "kevinmartensson@gmail.com",
|
|
"url": "https://github.com/kevva"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"bin": {
|
|
"executable": "cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"files": [
|
|
"cli.js",
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"exec"
|
|
],
|
|
"dependencies": {
|
|
"meow": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.0.4"
|
|
}
|
|
}
|