UNPKG
generator-patternpack
Version:
latest (0.10.0)
0.10.0
0.9.1
0.9.0
PatternPack yeoman generators to make creating a pattern library easy.
generator-patternpack
/
init
/
templates
/
bower.json
17 lines
(16 loc)
•
274 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"<%= name %>"
,
"description"
:
"<%= description %>"
,
"version"
:
"0.0.1"
,
"ignore"
:
[
"src"
,
"gruntfile.js"
,
"package.json"
,
"**/.*"
,
"node_modules"
,
"bower_components"
,
"test"
,
"tests"
]
,
"main"
:
"dist/<%= name %>.css"
}