-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
56 lines (56 loc) · 1.3 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "grunt-generator",
"description": "Static site generator with HTML and markdown authoring and multiple template engine support (handlebars, dustjs).",
"version": "0.4.1",
"homepage": "https://github.com/clavery/grunt-generator",
"author": {
"name": "Charles Lavery",
"email": "[email protected]",
"url": "http://charleslavery.com"
},
"repository": {
"type": "git",
"url": "git://github.com/clavery/grunt-generator.git"
},
"bugs": {
"url": "https://github.com/clavery/grunt-generator/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/clavery/grunt-generator/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": "*"
},
"scripts": {
"test": "jasmine-node spec"
},
"devDependencies": {
"jshint": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-watch": "*",
"jasmine-node": "*",
"grunt-exec": "*",
"grunt-contrib-clean": "~0.4.0",
"marked": "~0.2.10"
},
"keywords": [
"grunt",
"markdown",
"handlebars",
"static"
],
"dependencies": {
"showdown": "^0.5.4",
"handlebars": "*",
"grunt": "~0.4.1",
"lodash": "*",
"q": "~0.9.6",
"dustjs-linkedin": "~2.0.1",
"dustjs-helpers": "~1.1.1",
"js-yaml": "~2.1.3"
}
}