UNPKG

lambda-mean-generator

Version:

A lightweight package designed to quickly scaffold a SEAN or MEAN-stack application.

39 lines (38 loc) 980 B
{ "name": "lambda-mean-generator", "version": "0.3.1", "description": "A lightweight package designed to quickly scaffold a SEAN or MEAN-stack application. ", "main": "lib/index.js", "bin": { "lambda-generate": "lib/index.js", "bananna-sandwich": "lib/modules/spell.js", "bannana-sandwich": "lib/modules/spell.js", "banana-sandwich": "lib/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/joh04667/MEAN-SEAN-skeleton-generator.git" }, "keywords": [ "lambda", "generator", "mean", "sean" ], "author": "Kyle Johnson", "license": "ISC", "bugs": { "url": "https://github.com/joh04667/MEAN-SEAN-skeleton-generator/issues" }, "homepage": "https://github.com/joh04667/MEAN-SEAN-skeleton-generator#readme", "dependencies": { "commander": "^2.9.0", "prompt": "^1.0.0" } }