sails-blueprint-generate
Version:
Interactive Sails Blueprint generator
48 lines (47 loc) • 1.5 kB
JSON
{
"name" : "__NAME__",
"version" : "__VERSION__",
"description" : "__DESCRIPTION__",
"main" : "stater.js",
"dependencies" : {
"colors" : "^1.1.0",
"compression" : "^1.4.4",
"express" : "^4.12.4",
"fs-extra" : "^0.18.4",
"gaze" : "^0.5.1",
"glob" : "^5.0.10",
"gulp-livereload" : "^3.8.0",
"highlight.js" : "^8.6.0",
"inquirer" : "^0.8.5",
"js-beautify" : "^1.5.6",
"markdown-it" : "^4.2.1",
"markdown-it-highlightjs" : "^1.1.2",
"node-import" : "^0.9.2",
"node-sass" : "^3.1.2",
"swig" : "^1.4.2"
},
"scripts" : {
"debug" : "node debug app.js",
"start" : "node stater start"
},
"keywords" : [
"stater",
"swig",
"template",
"front end",
"nodejs template",
"blueprint",
"template with server"
],
"author" : "__AUTHOR__",
"license" : "__LICENSE__",
"devDependencies" : { },
"repository" : {
"type" : "git",
"url" : "__REPOSITORY__.git"
},
"bugs" : {
"url" : "__REPOSITORY__/issues"
},
"homepage" : "__REPOSITORY__#readme"
}