-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
57 lines (57 loc) · 1.26 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "grunt-git",
"description": "Git commands for grunt.",
"version": "1.1.1",
"homepage": "https://github.com/rubenv/grunt-git",
"author": {
"name": "Ruben Vermeersch",
"email": "[email protected]",
"url": "http://savanne.be/"
},
"repository": {
"type": "git",
"url": "git://github.com/rubenv/grunt-git.git"
},
"bugs": {
"url": "https://github.com/rubenv/grunt-git/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rubenv/grunt-git/blob/master/LICENSE"
}
],
"main": "lib/commands.js",
"engines": {
"node": ">= 12.0.0"
},
"scripts": {
"build": "grunt build",
"test": "grunt test"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-bump": "0.7.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsonfile": "^1.0.0",
"grunt-mkdir": "^1.1.0",
"grunt-nyc-mocha": "^1.0.0",
"grunt-shell": "^3.0.1",
"load-grunt-config": "^4.0.0",
"load-grunt-tasks": "^5.1.0"
},
"peerDependencies": {
"grunt": "^1.4.0"
},
"keywords": [
"gruntplugin",
"git"
],
"dependencies": {
"flopmang": "^1.0.0"
}
}