UNPKG

589 BJSONView Raw
1{
2 "name": "bin-check",
3 "version": "2.0.0",
4 "description": "Check if a binary is working",
5 "license": "MIT",
6 "repository": "kevva/bin-check",
7 "author": {
8 "name": "Kevin Mårtensson",
9 "email": "kevinmartensson@gmail.com",
10 "url": "https://github.com/kevva"
11 },
12 "engines": {
13 "node": ">=0.10.0"
14 },
15 "scripts": {
16 "test": "node test/test.js"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "binary",
23 "check",
24 "executable",
25 "test"
26 ],
27 "dependencies": {
28 "executable": "^1.0.0"
29 },
30 "devDependencies": {
31 "ava": "^0.0.4"
32 }
33}