-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 853 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 853 Bytes
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
{
"name": "grunt-brix-release",
"version": "0.0.0",
"description": "A release helper for brix modules",
"license": "MIT",
"author": {
"name": "Evan Vosberg",
"email": "evanvosberg@urban.to"
},
"homepage": "https://github.com/brix/grunt-brix-release",
"repository": {
"type": "git",
"url": "https://github.com/brix/grunt-brix-release.git"
},
"bugs": {
"url": "https://github.com/brix/grunt-brix-release/issues"
},
"keywords": [
"grunt",
"release",
"git",
"build"
],
"dependencies": {
"grunt-bump": "0.0.16",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-exec": "^0.4.6",
"grunt-git": "^0.2.14",
"grunt-git-describe": "^2.3.2",
"prompt": "^0.2.14",
"runonymous-grunt": "0.0.1"
},
"devDependencies": {
"grunt": "^0.4.5"
}
}