-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 KB
/
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
{
"name": "buenos-githooks",
"version": "0.2.0",
"description": "Utility to install GIT hooks, allows you to version control your GIT hooks",
"main": "index.js",
"bin": {
"buenos-githooks": "bin/buenos-githooks"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install-githooks-fs": "./bin/buenos-githooks --force --silent",
"install-githooks-f": "./bin/buenos-githooks --force",
"install-githooks-s": "./bin/buenos-githooks --silent",
"install-githooks": "./bin/buenos-githooks"
},
"repository": {
"type": "git",
"url": "https://github.com/KrekkieD/buenos-githooks.git"
},
"author": "Gregory Cowan",
"license": "ISC",
"bugs": {
"url": "https://github.com/KrekkieD/buenos-githooks/issues"
},
"homepage": "https://github.com/KrekkieD/buenos-githooks",
"devDependencies": {
"buenos-codetags": "^0.3.1",
"buenos-jscs": "^1.3.0",
"buenos-jshint": "^1.2.0"
},
"dependencies": {
"colors": "^1.1.2",
"up-the-tree": "^0.3.2",
"yargs": "^4.6.0"
}
}