Files
WeihnachtsKalenderMelly/node_modules/bin-check/package.json
2021-11-23 17:56:26 +01:00

34 lines
589 B
JSON

{
"name": "bin-check",
"version": "2.0.0",
"description": "Check if a binary is working",
"license": "MIT",
"repository": "kevva/bin-check",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test/test.js"
},
"files": [
"index.js"
],
"keywords": [
"binary",
"check",
"executable",
"test"
],
"dependencies": {
"executable": "^1.0.0"
},
"devDependencies": {
"ava": "^0.0.4"
}
}