UNPKG
generator-cdd
Version:
latest (3.2.5)
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
Yeoman generator
github.com/bnhovde/generator-fed-up
bnhovde/generator-fed-up
generator-cdd
/
app
/
templates
/
_bower.json
10 lines
•
245 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"name"
:
"<%= _.slugify(appName) %>"
,
"version"
:
"1.0.0"
,
"dependencies"
: <%=
JSON
.
stringify
(dependencies) %>,
"devDependencies"
: { <%
if
(appType ===
'perch'
) { %>
"perch-dev-drawer"
:
"*"
<% } %> } }