UNPKG

sails-generate-frontend

Version:

Default generator for frontend code files in new Sails projects. Creates the default contents of the `assets/` folder when you run `sails new` on the command-line. Also creates a subset of the boilerplate Grunt task files (in `tasks/`); specifically, the

30 lines (29 loc) 922 B
{ "name": "sails-generate-frontend", "version": "0.12.3", "description": "Default generator for frontend code files in new Sails projects. Creates the default contents of the `assets/` folder when you run `sails new` on the command-line. Also creates a subset of the boilerplate Grunt task files (in `tasks/`); specifically, the files make up the conventional asset pipeline.", "main": "lib/index.js", "scripts": { "test": "mocha" }, "keywords": [ "frontend", "generator", "sails", "generate", "plugin" ], "repo": "https://github.com/balderdashy/sails-generate-frontend", "author": "balderdashy", "license": "MIT", "dependencies": { "lodash": "2.4.1", "merge-defaults": "0.1.0", "sails-generate-sails.io.js": "^0.14.0" }, "sailsGenerator": { "type": "frontend", "behavior": "overrides `sails generate frontend`", "sailsVersion": "~0.10.0" } }