sails-blueprint-generate
Version:
Interactive Sails Blueprint generator
25 lines (24 loc) • 509 B
JSON
{
"name" : "__NAME__",
"version" : "__VERSION__",
"description" : "__DESCRIPTION__",
"ignore" : [
"**/.*",
"node_modules",
"bower_components",
"library",
"test",
"tests"
],
"keywords" : [
"sails",
"swig",
"sails",
"swig",
"template"
],
"author" : "__AUTHOR__",
"license" : "__LICENSE__",
"homepage" : "__REPOSITORY__",
"main" : "app.js"
}