-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.06 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "sandbox",
"description": "For testing assemble-navigation",
"version": "0.1.0",
"homepage": "https://github.com/criticalmash/sandbox",
"author": {
"name": "John O'Donnell",
"url": "https://github.com/criticalmash"
},
"repository": {
"type": "git",
"url": "https://github.com/criticalmash/sandbox.git"
},
"bugs": {
"url": "https://github.com/criticalmash/sandbox/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/criticalmash/sandbox/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"dependencies": {
"chalk": "~0.4.0"
},
"devDependencies": {
"assemble": "~0.4.33",
"assemble-contrib-anchors": "~0.1.1",
"assemble-contrib-toc": "~0.1.0",
"assemble-contrib-wordcount": "~0.3.0",
"assemble-less": "~0.7.0",
"assemble-navigation": "*",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-readme": "~0.4.5",
"grunt-sync-pkg": "~0.1.2",
"handlebars-helper-ghbtns": "~0.1.0",
"handlebars-helper-isactive": "~0.1.0",
"handlebars-helper-prettify": "~0.2.1",
"handlebars-helper-slugify": "~0.2.0",
"handlebars-helper-twitter": "~0.1.2",
"handlebars-helper-br": "~0.1.0",
"lodash": "~2.4.1",
"pretty": "~0.1.2",
"showup": "~0.1.2",
"grunt-contrib-connect": "~0.7.1"
},
"keywords": [
"assemble boilerplate",
"assemble generator",
"assemble",
"assemble-contrib-wordcount",
"assembleboilerplate",
"blog generator",
"boilerplate",
"component generator",
"generator",
"grunt init template",
"grunt static site generator",
"handlebars",
"handlebars-helper-ghbtns",
"handlebars-helper-isactive",
"handlebars-helper-prettify",
"handlebars-helper-slugify",
"handlebars-helper-twitter",
"handlebars-helper-br",
"site generator",
"static site generator",
"templates",
"yeoman generator",
"yeoman static site generator"
]
}