Files
meanTorrent/package.json
hyperreality 70a3e4cac3 fix(tests): Reorganized coverage tests (#1480)
* Added coverage to Gulp

* Moved karma coverage task to Gulpfile, moved LCOV posting to coveralls to .travis.yml config
2016-09-05 20:42:37 +03:00

141 lines
4.2 KiB
JSON

{
"name": "meanjs",
"description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"version": "0.5.0-beta",
"meanjs-version": "0.5.0-beta",
"private": false,
"author": "https://github.com/meanjs/mean/graphs/contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meanjs/mean.git"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=2.0.0"
},
"scripts": {
"update": "npm update && npm prune && bower install --allow-root && bower prune --allow-root",
"start": "gulp",
"start:prod": "gulp prod",
"start:debug": "gulp debug",
"gulp": "gulp",
"lint": "gulp lint",
"test": "gulp test",
"test:server": "gulp test:server",
"test:server:watch": "gulp test:server:watch",
"test:client": "gulp test:client",
"test:e2e": "gulp test:e2e",
"test:coverage": "gulp test:coverage",
"postinstall": "bower install --allow-root && bower prune --allow-root",
"generate-ssl-certs": "scripts/generate-ssl-certs.sh"
},
"dependencies": {
"acl": "~0.4.9",
"async": "~2.0.1",
"body-parser": "~1.15.0",
"bower": "~1.7.7",
"cfenv": "~1.0.3",
"chalk": "~1.1.1",
"compression": "~1.6.1",
"connect-flash": "~0.1.1",
"connect-mongo": "~1.3.2",
"cookie-parser": "~1.4.1",
"crypto": "0.0.3",
"express": "~4.14.0",
"express-hbs": "^1.0.2",
"express-session": "~1.14.1",
"file-stream-rotator": "~0.0.6",
"generate-password": "~1.1.1",
"glob": "~7.0.0",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"helmet": "~2.1.2",
"jasmine-core": "~2.4.1",
"lodash": "~4.15.0",
"lusca": "~1.4.1",
"method-override": "~2.3.5",
"mocha": "~3.0.2",
"mongoose": "~4.5.10",
"morgan": "~1.7.0",
"multer": "~1.2.0",
"nodemailer": "~2.5.0",
"owasp-password-strength-test": "~1.3.0",
"passport": "~0.3.2",
"passport-facebook": "~2.1.0",
"passport-github": "~1.1.0",
"passport-google-oauth": "~1.0.0",
"passport-linkedin": "~1.0.0",
"passport-local": "~1.0.0",
"passport-paypal-openidconnect": "~0.1.1",
"passport-twitter": "~1.0.4",
"phantomjs-prebuilt": "~2.1.4",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.8",
"validator": "~5.5.0",
"winston": "^2.2.0",
"wiredep": "~4.0.0"
},
"devDependencies": {
"coveralls": "~2.11.6",
"eslint": "~2.2.0",
"eslint-config-airbnb": "~6.0.2",
"grunt-concurrent": "~2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-less": "~1.3.0",
"grunt-contrib-uglify": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-env": "~0.4.4",
"grunt-eslint": "~18.0.0",
"grunt-karma": "~0.12.1",
"grunt-mocha-istanbul": "~5.0.1",
"grunt-mocha-test": "~0.12.7",
"grunt-ng-annotate": "~2.0.2",
"grunt-node-inspector": "~0.4.1",
"grunt-nodemon": "~0.4.0",
"grunt-protractor-coverage": "~0.2.15",
"grunt-protractor-runner": "~3.2.0",
"grunt-sass": "^1.2.0",
"gulp": "~3.9.1",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.1.0",
"gulp-concat": "~2.6.0",
"gulp-csslint": "~0.2.0",
"gulp-csso": "~1.1.0",
"gulp-eslint": "~2.0.0",
"gulp-imagemin": "~2.4.0",
"gulp-istanbul": "~1.1.1",
"gulp-less": "~3.0.5",
"gulp-livereload": "~3.8.1",
"gulp-load-plugins": "~1.2.0",
"gulp-mocha": "~3.0.1",
"gulp-ng-annotate": "~1.1.0",
"gulp-node-inspector": "~0.1.0",
"gulp-nodemon": "~2.0.6",
"gulp-protractor": "~2.1.0",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.2.0",
"gulp-uglify": "~1.5.2",
"gulp-util": "~3.0.7",
"imagemin-pngquant": "~4.2.0",
"istanbul": "~0.4.2",
"karma": "~0.13.21",
"karma-chrome-launcher": "~0.2.2",
"karma-coverage": "~0.5.3",
"karma-firefox-launcher": "~0.1.7",
"karma-jasmine": "~0.3.7",
"karma-ng-html2js-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~1.0.0",
"lcov-result-merger": "~1.2.0",
"load-grunt-tasks": "~3.4.1",
"mock-fs": "~3.11.0",
"node-inspector": "~0.12.7",
"run-sequence": "~1.1.5",
"semver": "~5.3.0",
"should": "~8.2.2",
"supertest": "~1.2.0"
}
}