forked from Lokaltog/git-man-page-generator-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 753 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 753 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
{
"name": "baba-git-man-page-generator",
"version": "0.0.1a1",
"private": true,
"author": "Kim Silkebækken <kim.silkebaekken@gmail.com>",
"description": "Baba: git man page generator.",
"repository": {
"type": "git",
"url": "https://github.com/Lokaltog/baba-git-man-page-generator"
},
"dependencies" : {
"jade": "*",
"nib": "*",
"stylus": "*",
"uglify-js": "*",
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-htmlmin": "*",
"grunt-contrib-jade": "*",
"grunt-contrib-stylus": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-html-smoosher": "*",
"grunt-image-embed": "*",
"grunt-sync": "*",
"matchdep": "*"
},
"engines": {
"node": ">=0.10"
}
}