UNPKG

scriptremote

Version:

Message server providing secure remote access to scripted applications from a browser UI

101 lines (100 loc) 3 kB
{ "name": "scriptremote", "description": "Message server providing secure remote access to scripted applications from a browser UI", "keywords": ["message server", "remote access", "browser UI", "Angular", "MEAN"], "version": "1.0.2", "license": "MIT", "author": { "name": "Jim Brandt", "email": "jimb245@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/jimb245/scriptremote.git" }, "engines": { "node": "4.6.2", "npm": "2.15.11" }, "scripts": { "production": "NODE_ENV=production node server.js", "secure": "NODE_ENV=secure node server.js", "postinstall": "bower install --config.interactive=false" }, "dependencies": { "async": "~0.9.0", "basic-auth": "^1.0.3", "body-parser": "~1.9.0", "bootstrap": "^3.3.5", "bower": "~1.3.8", "cfenv": "^1.0.3", "chalk": "~0.5", "compression": "~1.2.0", "connect-flash": "~0.1.1", "connect-mongo": "^1.1.0", "consolidate": "~0.10.0", "cookie-parser": "~1.3.2", "csurf": "^1.8.3", "dotenv": "^2.0.0", "express": "~4.10.1", "express-brute": "^0.5.3", "express-brute-mongo": "^0.1.0", "express-handlebars": "~3.0.0", "express-session": "~1.9.1", "file-stream-rotator": "0.0.7", "forever": "~0.11.0", "glob": "~4.0.5", "gridfs-stream": "^1.1.1", "helmet": "~0.5.0", "http-delayed-response": "0.0.4", "lodash": "~2.4.1", "method-override": "~2.3.0", "mongoose": "4.4.1", "morgan": "~1.4.1", "multiparty": "^4.1.2", "node-forge": "^0.6.34", "node-html-encoder": "0.0.2", "nodemailer": "^1.3.4", "passport": "~0.2.0", "passport-local": "~1.0.0", "password-hash-and-salt": "^0.1.2", "q": "^1.4.1", "query-string": "^2.3.0", "shelljs": "^0.7.4" }, "devDependencies": { "grunt": "^0.4.5", "grunt-apidoc": "^0.11.0", "grunt-bats": "git://github.com/jimb245/grunt-bats.git#support-bats-options", "grunt-cli": "~0.1.13", "grunt-concurrent": "~1.0.0", "grunt-contrib-csslint": "^0.3.1", "grunt-contrib-cssmin": "~0.10.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-uglify": "~0.6.0", "grunt-contrib-watch": "~0.6.1", "grunt-env": "~0.4.1", "grunt-express-server": "^0.5.2", "grunt-kapocs": "^2.0.4", "grunt-karma": "~0.9.0", "grunt-md2html": "^0.3.1", "grunt-mocha-test": "~0.12.1", "grunt-ng-annotate": "~0.4.0", "grunt-node-inspector": "~0.1.3", "grunt-nodemon": "~0.3.0", "grunt-nose": "^1.0.1", "grunt-string-replace": "^1.2.1", "karma": "~0.12.0", "karma-chrome-launcher": "~0.1.2", "karma-coverage": "~0.2.0", "karma-firefox-launcher": "~0.1.3", "karma-jasmine": "~0.2.1", "karma-mocha-reporter": "^1.1.3", "karma-ng-html2js-preprocessor": "^0.2.0", "karma-phantomjs-launcher": "~0.1.2", "load-grunt-tasks": "~1.0.0", "mocha": "^1.20.1", "should": "~4.1.0", "supertest": "~0.14.0" } }