forked from douglasjunior/ignore-dependency-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 864 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": "ignore-dependency-scripts",
"displayName": "Ignore dependency postinstall scripts",
"description": "Script to prevent dependencies to execute post/pre install scripts when installed directly from git.",
"version": "1.0.1",
"private": false,
"license": "MIT",
"main": "index.js",
"keywords": [
"npm",
"yarn",
"git",
"dependency",
"dependencies",
"postinstall"
],
"repository": {
"type": "git",
"url": "https://github.com/douglasjunior/ignore-dependency-scripts.git"
},
"author": {
"name": "Douglas Nassif Roma Junior",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/douglasjunior/ignore-dependency-scripts/issues"
},
"homepage": "https://github.com/douglasjunior/ignore-dependency-scripts",
"bin": {
"ignore-dependency-scripts": "index.js"
}
}