sails-blueprint-generate
Version:
Interactive Sails Blueprint generator
30 lines (29 loc) • 667 B
JSON
{
"name" : "__NAME__",
"version" : "__VERSION__",
"description" : "__DESCRIPTION__",
"ignore" : [
"**/.*",
"node_modules",
"bower_components",
"library",
"test",
"tests"
],
"keywords" : [
"sails",
"swig",
"bootstrap",
"template"
],
"author" : "__AUTHOR__",
"license" : "__LICENSE__",
"homepage" : "__REPOSITORY__",
"main" : "app.js",
"dependencies" : {
"bootstrap" : "~3.3.4",
"jquery" : "~2.1.4",
"jqpatch" : "~1.1.1",
"short-sass" : "~2.1.1"
}
}