UNPKG

generator-angular-mika

Version:

Basic estructure of PW1 made whit MongoDB, ExpressJS, AngularJS and NodeJS, whit ES6 and basic OOP

52 lines (51 loc) 1.38 kB
{ "name": "<%= aplicationName %>", "version": "<%= aplicationVersion %>", "description": "<%= aplicationDescription %>", "main": "./api/server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "<%= aplicationAuthor %>", "license": "ISC", "devDependencies": { "body-parser": "^1.18.2", "browser-sync": "^2.23.6", "dotenv": "^5.0.1", "express": "^4.16.3", "gulp": "^3.9.1", "gulp-connect": "^5.2.0", "gulp-cssnano": "^2.1.2", "gulp-jsdoc3": "^1.0.1", "gulp-nodemon": "^2.2.1", "gulp-rename": "^1.2.2", "gulp-sass": "^3.1.0", "gulp-todo": "^5.4.0", "mongoose": "^5.0.11", "morgan": "^1.9.0", "nib": "^1.1.2", "nodemailer": "^4.6.4" }, "dependencies": { "@uirouter/angularjs": "^1.0.15", "angular": "^1.6.9", "angular-animate": "^1.6.9", "angular-messages": "^1.6.9", "angular-scroll": "^1.0.2", "bootstrap": "^4.1.0", "jquery": "^3.3.1", "ng-file-model": "0.0.5", "ng-file-upload": "^12.2.13", "oclazyload": "^1.1.0", "popper.js": "^1.12.9", "sweetalert": "^2.1.0", "ui-router-page-title": "^1.0.4" }, "files": [ "public", "api", "gulpfile.js", ".gitignore", "package.json" ] }