mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 12:11:02 +01:00
Helmet module is the middleware to add security headers for Application. I think these headers is so important for security that we should also use in MEAN.js. We need to install the latest one from github currently because it looks old on the npm site. The old one is not working on my local MEAN.js stack.
57 lines
1.5 KiB
JSON
Executable File
57 lines
1.5 KiB
JSON
Executable File
{
|
|
"name": "meanjs",
|
|
"description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
|
|
"version": "0.2.2",
|
|
"private": false,
|
|
"author": "https://github.com/meanjs/mean/graphs/contributors",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/meanjs/mean.git"
|
|
},
|
|
"engines": {
|
|
"node": "0.10.x",
|
|
"npm": "1.4.x"
|
|
},
|
|
"scripts": {
|
|
"start": "grunt",
|
|
"test": "grunt test",
|
|
"postinstall": "bower install --config.interactive=false"
|
|
},
|
|
"dependencies": {
|
|
"express": "~3.5.1",
|
|
"consolidate": "~0.10.0",
|
|
"swig": "~1.3.2",
|
|
"mongoose": "~3.8.8",
|
|
"connect-mongo": "~0.4.0",
|
|
"connect-flash": "~0.1.1",
|
|
"passport": "~0.2.0",
|
|
"passport-local": "~1.0.0",
|
|
"passport-facebook": "~1.0.2",
|
|
"passport-twitter": "~1.0.2",
|
|
"passport-linkedin": "~0.1.3",
|
|
"passport-google-oauth": "~0.1.5",
|
|
"lodash": "~2.4.1",
|
|
"forever": "~0.10.11",
|
|
"bower": "~1.3.1",
|
|
"grunt-cli": "~0.1.13",
|
|
"helmet": "git://github.com/evilpacket/helmet.git"
|
|
},
|
|
"devDependencies": {
|
|
"supertest": "~0.9.0",
|
|
"should": "~3.1.3",
|
|
"grunt-env": "~0.4.1",
|
|
"grunt-node-inspector": "~0.1.3",
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
"grunt-contrib-jshint": "~0.9.2",
|
|
"grunt-nodemon": "~0.2.0",
|
|
"grunt-concurrent": "~0.5.0",
|
|
"grunt-mocha-test": "~0.10.0",
|
|
"grunt-karma": "~0.8.2",
|
|
"karma": "~0.12.0",
|
|
"karma-jasmine": "~0.2.1",
|
|
"karma-coverage": "~0.2.0",
|
|
"karma-chrome-launcher": "~0.1.2",
|
|
"karma-firefox-launcher": "~0.1.3",
|
|
"karma-phantomjs-launcher": "~0.1.2"
|
|
}
|
|
} |