forked from kevva/bin-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 816 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "bin-wrapper",
"version": "3.0.2",
"description": "Binary wrapper that makes your programs seamlessly available as local dependencies",
"license": "MIT",
"repository": "kevva/bin-wrapper",
"author": {
"name": "Kevin Mårtensson",
"email": "[email protected]",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"bin",
"check",
"local",
"wrapper"
],
"dependencies": {
"bin-check": "^2.0.0",
"bin-version-check": "^2.1.0",
"download": "^4.0.0",
"import-lazy": "^2.1.0",
"os-filter-obj": "^1.0.0"
},
"devDependencies": {
"ava": "*",
"nock": "^9.2.3",
"path-exists": "^3.0.0",
"pify": "^3.0.0",
"rimraf": "^2.2.8",
"tempy": "^0.2.1",
"xo": "*"
}
}