-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
44 lines (44 loc) · 994 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "grunt-git-describe",
"description": "Describes git commit",
"version": "2.4.4",
"homepage": "https://github.com/mikaelkaron/grunt-git-describe",
"author": {
"name": "Mikael Karon",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/mikaelkaron/grunt-git-describe.git"
},
"bugs": {
"url": "https://github.com/mikaelkaron/grunt-git-describe/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://mikael.mit-license.org/"
}
],
"scripts": {
"release": "standard-version"
},
"main": "Gruntfile.js",
"dependencies": {
"grunt-util-options": "~0.0.4",
"grunt-util-process": "~0.0.3",
"grunt-util-spawn": "~0.0.3",
"grunt-util-args": "~0.0.5"
},
"devDependencies": {
"standard-version": "4.3.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt": "~1.0.2"
},
"peerDependencies": {
"grunt": ">=0.4.1"
},
"keywords": [
"gruntplugin"
]
}