UNPKG

@tiwarivikram/meanio

Version:

Extracted functionality for MEAN.io

66 lines (65 loc) 1.59 kB
{ "name": "@tiwarivikram/meanio", "version": "0.10.2", "description": "Extracted functionality for MEAN.io", "author": "linnovate", "private": false, "contributors": "https://github.com/linnovate/meanio/graphs/contributors", "license": "MIT", "main": "lib/mean.js", "scripts": { "postinstall": "cd ./lib/core_modules/server && npm install && cd ../../..", "test": "gulp test" }, "repository": { "type": "git", "url": "git+https://github.com/linnovate/meanio.git" }, "keywords": [ "mean", "meanio", "mean.io", "mean-cli" ], "dependencies": { "assetmanager": "^1.2.2", "complex-list": "0.1.4", "config": "^1.19.0", "dependable-list": "0.1.1", "errorhandler": "1.5.0", "eventemitter2": "^5.0.1", "express-jwt": "5.3.0", "glob": "^7.1.2", "lazy-dependable": "0.2.0", "lodash": "4.17.5", "md5": "2.2.1", "mongoose": "^4.3.6", "morgan": "^1.8.2", "q": "^1.0.1", "querystring": "^0.2.0", "request": "^2.47.0", "rtlcss": "^2.0.5", "shelljs": "^0.8.1", "snyk": "^1.17.5", "socketio-sticky-session": "^0.4.1", "swig": "^1.3.2", "uglify-js": "^3.0.15" }, "devDependencies": { "chai": "^4.0.1", "gulp": "^3.9.0", "gulp-mocha": "^5.0.0", "mocha": "^5.0.1", "mocha-sinon": "^2.0.0", "should": "^13.2.1", "sinon": "^4.3.0" }, "bugs": { "url": "https://github.com/linnovate/meanio/issues" }, "homepage": "https://github.com/linnovate/meanio#readme", "directories": { "lib": "lib", "test": "test" } }