-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 847 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
{
"name": "add-local-binaries-to-path",
"version": "1.1.3",
"description": "Never type ./node_modules/.bin again! Make locally-installed node modules executable by name by adding ./node_modules/.bin to the $PATH",
"main": "index.js",
"preferGlobal": true,
"scripts": {
"postinstall": "node index.js"
},
"repository": "https://github.com/zeke/add-local-binaries-to-path",
"keywords": [
"npm",
"node",
"cli",
"binaries",
"path",
"bash",
"zsh",
"fish",
"shell",
"exec"
],
"author": "Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeke/add-local-binaries-to-path/issues"
},
"homepage": "https://github.com/zeke/add-local-binaries-to-path#readme",
"dependencies": {
"shells": "^2.0.0"
}
}