sails-generate-backend
Version:
Default generator for backend code files in new Sails projects. Creates the default contents of the `api/` and `config/` folders when you run `sails new` on the command line.
37 lines (36 loc) • 867 B
JSON
{
"name": "sails-generate-backend",
"version": "0.12.8",
"description": "Default generator for backend code files in new Sails projects. Creates the default contents of the `api/` and `config/` folders when you run `sails new` on the command line.",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"backend",
"generator",
"sails",
"generate",
"plugin"
],
"author": "balderdashy",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:balderdashy/sails-generate-backend.git"
},
"dependencies": {
"lodash": "~2.4.1",
"merge-defaults": ">=0.1.0"
},
"devDependencies": {
"sails-generate": "*",
"reportback": "*",
"fs-extra": "*"
},
"sailsGenerator": {
"type": "backend",
"behavior": "Core generator",
"sailsVersion": "~0.10.0"
}
}