-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 881 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
{
"name": "grunt-heroku-deploy",
"description": "Task to switch to a deploy branch and push to heroku",
"version": "0.1.1",
"homepage": "https://github.com/hitsthings/grunt-heroku-deploy",
"author": {
"name": "Adam Ahmed",
"email": "[email protected]",
"url": "http://www.noiregrets.com"
},
"repository": {
"type": "git",
"url": "git://github.com/hitsthings/grunt-heroku-deploy.git"
},
"bugs": {
"url": "https://github.com/hitsthings/grunt-heroku-deploy/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hitsthings/grunt-heroku-deploy/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": "bin/grunt-heroku-deploy",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.3.11"
},
"keywords": [
"gruntplugin"
]
}