forked from assemble/assemble.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.78 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
{
"name": "assemble-docs",
"description": "Static site generator for Grunt.js and Yeoman. Assemble makes it dead simple to build modular sites, blogs, gh-pages, components and documentation from reusable templates and data.",
"version": "0.1.4",
"homepage": "https://github.com/assemble/assemble-docs",
"author": {
"name": "assemble",
"url": "https://assemble.io/"
},
"main": "Gruntfile.js",
"contributors": [
{
"name": "Jon Schlinkert",
"url": "http://github.com/jonschlinkert"
},
{
"name": "Brian Woodward",
"url": "http://github.com/doowb"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/assemble-docs/blob/master/LICENSE-MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/assemble/assemble-docs.git"
},
"bugs": {
"url": "https://github.com/assemble/assemble-docs/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"assemble": "~0.4.11",
"assemble-less": "~0.5.3",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-github-api": "~0.2.1",
"grunt-newer": "~0.5.1",
"grunt-sync-pkg": "~0.1.0",
"helper-prettify": "~0.1.3",
"highlight.js": "~7.3.0",
"js-prettify": "~1.4.0",
"lodash": "~1.3.1",
"matchdep": "~0.3.0",
"permalinks": "~0.1.3",
"time-grunt": "~0.1.1"
},
"keywords": [
"assemble docs",
"assemble documentation",
"assemble",
"blog",
"github blog",
"grunt handlebars",
"grunt site",
"grunt static site generator",
"grunt static site",
"grunt task",
"grunt templates",
"grunt",
"site",
"static blog",
"static",
"website"
]
}