-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 739 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 739 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
{
"name": "grunt-github-changes",
"version": "0.1.0",
"description": "Grunt plugin to run github-changes (changelog generator)",
"homepage": "https://github.com/PunkChameleon/grunt-github-changes",
"repository": "https://github.com/PunkChameleon/grunt-github-changes.git",
"author": {
"name": "Nick Weingartner",
"email": "nweingartner@gmail.com",
"url": ""
},
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"devDependencies": {
"grunt-contrib-jshint": "~0.11.3",
"grunt": "~0.4.5",
"load-grunt-tasks": "~3.3.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"github-changes": "1.0.2"
}
}