UNPKG

3.79 kBJSONView Raw
1{
2 "name": "assemble",
3 "description": "Get the rocks out of your socks! Assemble makes you fast at creating web projects. Assemble is used by thousands of projects for rapid prototyping, creating themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites / static site generator, alternative to jekyll for gh-pages and more! Assemble can also be used with gulp and grunt.",
4 "version": "0.18.1",
5 "homepage": "https://github.com/assemble/assemble",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "authors": [
8 "Brian Woodward (https://github.com/doowb)",
9 "Jon Schlinkert (https://github.com/jonschlinkert)"
10 ],
11 "maintainers": [
12 "Brian Woodward (https://github.com/doowb)",
13 "Jon Schlinkert (https://github.com/jonschlinkert)"
14 ],
15 "repository": "assemble/assemble",
16 "bugs": {
17 "url": "https://github.com/assemble/assemble/issues"
18 },
19 "license": "MIT",
20 "files": [
21 "bin",
22 "index.js",
23 "lib"
24 ],
25 "main": "index.js",
26 "bin": {
27 "assemble": "bin/cli.js"
28 },
29 "engines": {
30 "node": ">=4.0"
31 },
32 "scripts": {
33 "test": "mocha"
34 },
35 "dependencies": {
36 "assemble-core": "^0.27.1",
37 "assemble-loader": "^0.6.1",
38 "base-argv": "^0.5.0",
39 "base-cli-process": "^0.1.18",
40 "base-config": "^0.5.2",
41 "base-questions": "^0.9.1",
42 "base-runtimes": "^0.2.0",
43 "cross-spawn": "^5.0.1",
44 "engine-handlebars": "^0.8.0",
45 "export-files": "^2.1.1",
46 "fs-exists-sync": "^0.1.0",
47 "global-modules": "^0.2.3",
48 "is-valid-app": "^0.2.1",
49 "lazy-cache": "^2.0.2",
50 "log-utils": "^0.2.1",
51 "parser-front-matter": "^1.6.2",
52 "resolve-dir": "^1.0.0",
53 "yargs-parser": "^4.2.1"
54 },
55 "devDependencies": {
56 "base-store": "^0.4.4",
57 "base-test-runner": "^0.2.0",
58 "base-test-suite": "^0.3.2",
59 "gulp": "^3.9.1",
60 "gulp-eslint": "^3.0.1",
61 "gulp-format-md": "^0.1.11",
62 "gulp-istanbul": "^1.1.1",
63 "gulp-mocha": "^3.0.1",
64 "gulp-unused": "^0.2.1",
65 "mocha": "^3.2.0"
66 },
67 "keywords": [
68 "assemble",
69 "async-helper",
70 "base",
71 "blog",
72 "boilerplate",
73 "boilerplates",
74 "bootstrap",
75 "build",
76 "builder",
77 "collection",
78 "compile",
79 "component",
80 "content",
81 "docs",
82 "document",
83 "documentation",
84 "engines",
85 "generate",
86 "generator",
87 "handlebars",
88 "helper",
89 "helpers",
90 "html",
91 "inflections",
92 "jekyll",
93 "layout",
94 "lodash",
95 "markdown",
96 "md",
97 "page",
98 "partial",
99 "post",
100 "pug",
101 "render",
102 "scaffold",
103 "scaffolder",
104 "scaffolding",
105 "site",
106 "smith",
107 "static",
108 "static-site",
109 "symlink",
110 "task",
111 "tasks",
112 "template",
113 "templates",
114 "templating",
115 "view",
116 "views",
117 "website",
118 "yaml"
119 ],
120 "verb": {
121 "run": true,
122 "toc": true,
123 "layout": "nil",
124 "tasks": [
125 "readme"
126 ],
127 "plugins": [
128 "gulp-format-md"
129 ],
130 "related": {
131 "list": [
132 "boilerplate",
133 "generate",
134 "scaffold",
135 "update",
136 "verb"
137 ]
138 },
139 "reflinks": [
140 "assemble-core",
141 "assemble-handle",
142 "assemble-loader",
143 "assemble-permalinks",
144 "base",
145 "base-data",
146 "base-watch",
147 "composer",
148 "consolidate",
149 "consolidatejs",
150 "expand-object",
151 "generate",
152 "generate-assemble",
153 "grunt",
154 "gulp",
155 "gulp-assemble",
156 "parser-front-matter",
157 "templates",
158 "update",
159 "verb",
160 "views",
161 "vinyl",
162 "vinyl-fs"
163 ],
164 "lint": {
165 "reflinks": true
166 }
167 },
168 "lintDeps": {
169 "files": {
170 "ignore": [
171 "docs",
172 "examples",
173 "support"
174 ]
175 }
176 }
177}