UNPKG

1.04 kBJSONView Raw
1{
2 "name": "grunt-githooks",
3 "description": "A Grunt plugin to help bind Grunt tasks to Git hooks",
4 "version": "0.2.0",
5 "homepage": "https://github.com/rhumaric/grunt-githooks",
6 "author": {
7 "name": "Romaric Pascal",
8 "url": "http://rhumaric.com"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/rhumaric/grunt-githooks.git"
13 },
14 "bugs": {
15 "url": "https://github.com/rhumaric/grunt-githooks/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/rhumaric/grunt-githooks/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "Gruntfile.js",
24 "engines": {
25 "node": ">= 0.8.0"
26 },
27 "scripts": {
28 "test": "grunt test"
29 },
30 "devDependencies": {
31 "grunt-contrib-jshint": "~0.6.0",
32 "grunt-contrib-clean": "~0.4.0",
33 "grunt-contrib-nodeunit": "~0.2.0",
34 "grunt": "~0.4.1",
35 "grunt-contrib-copy": "~0.4.1"
36 },
37 "peerDependencies": {
38 "grunt": "~0.4.1"
39 },
40 "keywords": [
41 "gruntplugin"
42 ],
43 "dependencies": {
44 "handlebars": "~1.0.12"
45 }
46}