forked from git-for-windows/git-for-windows.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 871 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
{
"name": "git-for-windows.github.io",
"version": "0.1.1",
"author": "The Git for Windows Development Community",
"license": "",
"homepage": "https://github.com/git-for-windows/git-for-windows.github.io",
"description": "The code for <git-for-windows.github.io>.",
"repository": {
"type": "git",
"url": "https://github.com/git-for-windows/git-for-windows.github.io.git"
},
"bugs": {
"url": "https://github.com/git-for-windows/git/issues"
},
"keywords": [
"git",
"windows",
"msys",
"github"
],
"scripts": {
"test": "grunt"
},
"dependencies": {
"grunt": "^1.5.3",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-md2html": "^0.6.1"
},
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"jimp": "^0.16.1"
}
}