-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 929 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
{
"name": "grunt-semver",
"description": "Semantic versioning for grunt",
"version": "0.1.9",
"homepage": "https://github.com/mikaelkaron/grunt-semver",
"author": {
"name": "Mikael Karon",
"email": "[email protected]"
},
"scripts": {
"release": "standard-version",
"build": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/mikaelkaron/grunt-semver"
},
"bugs": {
"url": "https://github.com/mikaelkaron/grunt-semver/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"dependencies": {
"grunt-util-args": "^0.0.6",
"grunt-util-options": "^0.0.4",
"grunt-util-process": "^0.0.3",
"semver": "^5.5.0"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^1.1.0",
"standard-version": "^4.4.0",
"tap": "^12.0.1"
},
"peerDependencies": {
"grunt": "^1.0.3"
},
"keywords": [
"gruntplugin"
]
}