2013-05-22 17:03:50 +03:00
|
|
|
{
|
2017-03-23 13:48:43 +08:00
|
|
|
"name": "meanTorrent",
|
|
|
|
|
"description": "MEAN.JS BitTorrent - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js, a Private BitTorrent Tracker CMS",
|
|
|
|
|
"version": "0.1.0",
|
2016-10-21 18:15:06 +03:00
|
|
|
"meanjs-version": "0.5.0",
|
2015-07-08 19:51:54 -04:00
|
|
|
"private": false,
|
2017-03-23 13:48:43 +08:00
|
|
|
"author": "https://github.com/taobataoma/meanTorrent/graphs/contributors",
|
2015-07-17 01:09:08 -07:00
|
|
|
"license": "MIT",
|
2015-07-08 19:51:54 -04:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2017-03-23 13:48:43 +08:00
|
|
|
"url": "https://github.com/taobataoma/meanTorrent.git"
|
2015-07-08 19:51:54 -04:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2017-06-10 21:55:33 +03:00
|
|
|
"node": ">=6.10.0",
|
2016-10-15 10:37:46 +03:00
|
|
|
"npm": ">=3.10.8"
|
2015-07-08 19:51:54 -04:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2017-06-14 00:45:34 +03:00
|
|
|
"update": "npm update && npm prune && npm run bower",
|
2016-10-15 10:37:46 +03:00
|
|
|
"clean": "rm -rf node_modules/ public/lib/",
|
|
|
|
|
"reinstall": "npm cache clean && npm run clean && npm install",
|
2016-07-09 22:18:47 +03:00
|
|
|
"start": "gulp",
|
|
|
|
|
"start:prod": "gulp prod",
|
2016-10-13 22:59:09 +03:00
|
|
|
"start:debug": "node-debug --web-host 0.0.0.0 server.js & gulp debug",
|
2016-07-13 23:07:39 +03:00
|
|
|
"gulp": "gulp",
|
2017-06-14 00:45:34 +03:00
|
|
|
"bower": "bower install --allow-root && bower prune --allow-root",
|
2016-07-09 22:18:47 +03:00
|
|
|
"lint": "gulp lint",
|
|
|
|
|
"test": "gulp test",
|
|
|
|
|
"test:server": "gulp test:server",
|
2016-08-30 19:29:33 +03:00
|
|
|
"test:server:watch": "gulp test:server:watch",
|
2016-07-09 22:18:47 +03:00
|
|
|
"test:client": "gulp test:client",
|
|
|
|
|
"test:e2e": "gulp test:e2e",
|
2016-09-03 23:30:32 +01:00
|
|
|
"test:coverage": "gulp test:coverage",
|
2017-06-14 00:45:34 +03:00
|
|
|
"postinstall": "npm run bower",
|
2017-06-14 10:21:56 +00:00
|
|
|
"generate-ssl-certs": "scripts/generate-ssl-certs.sh",
|
|
|
|
|
"snyk-protect": "snyk protect",
|
|
|
|
|
"prepublish": "npm run snyk-protect"
|
2015-07-08 19:51:54 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2017-04-08 18:28:49 +03:00
|
|
|
"acl": "~0.4.10",
|
|
|
|
|
"async": "~2.3.0",
|
|
|
|
|
"body-parser": "~1.17.1",
|
|
|
|
|
"bower": "~1.8.0",
|
|
|
|
|
"chalk": "~1.1.3",
|
|
|
|
|
"compression": "~1.6.2",
|
2015-07-08 19:51:54 -04:00
|
|
|
"connect-flash": "~0.1.1",
|
2016-08-29 23:10:14 +01:00
|
|
|
"connect-mongo": "~1.3.2",
|
2016-02-14 11:22:20 -05:00
|
|
|
"cookie-parser": "~1.4.1",
|
2015-08-13 09:37:24 -05:00
|
|
|
"crypto": "0.0.3",
|
2017-04-08 18:28:49 +03:00
|
|
|
"express": "~4.15.2",
|
|
|
|
|
"express-hbs": "^1.0.4",
|
|
|
|
|
"express-session": "~1.15.2",
|
|
|
|
|
"generate-password": "~1.3.0",
|
|
|
|
|
"glob": "~7.1.1",
|
2017-06-14 10:21:56 +00:00
|
|
|
"helmet": "~3.6.1",
|
2017-04-08 18:28:49 +03:00
|
|
|
"jasmine-core": "~2.5.2",
|
|
|
|
|
"lodash": "~4.17.4",
|
2016-08-29 23:10:14 +01:00
|
|
|
"lusca": "~1.4.1",
|
2017-04-08 18:28:49 +03:00
|
|
|
"method-override": "~2.3.8",
|
|
|
|
|
"mocha": "~3.2.0",
|
2017-06-19 21:09:21 -07:00
|
|
|
"moment": "^2.18.1",
|
2017-06-12 09:14:43 +01:00
|
|
|
"mongoose": "~4.10.2",
|
2017-04-08 18:28:49 +03:00
|
|
|
"morgan": "~1.8.1",
|
2017-06-19 13:06:59 +08:00
|
|
|
"moviedb": "^0.2.8",
|
2017-04-08 18:28:49 +03:00
|
|
|
"multer": "~1.3.0",
|
2017-06-19 21:09:21 -07:00
|
|
|
"node-sass": "^4.5.3",
|
2017-06-19 13:06:59 +08:00
|
|
|
"nodemailer": "~2.6.4",
|
|
|
|
|
"nt": "^0.5.3",
|
2016-01-27 17:02:27 -07:00
|
|
|
"owasp-password-strength-test": "~1.3.0",
|
2016-02-14 11:22:20 -05:00
|
|
|
"passport": "~0.3.2",
|
2017-04-08 18:28:49 +03:00
|
|
|
"passport-facebook": "~2.1.1",
|
2016-02-14 11:22:20 -05:00
|
|
|
"passport-github": "~1.1.0",
|
|
|
|
|
"passport-google-oauth": "~1.0.0",
|
|
|
|
|
"passport-linkedin": "~1.0.0",
|
2016-01-27 17:02:27 -07:00
|
|
|
"passport-local": "~1.0.0",
|
|
|
|
|
"passport-paypal-openidconnect": "~0.1.1",
|
2016-02-14 11:22:20 -05:00
|
|
|
"passport-twitter": "~1.0.4",
|
2017-04-07 19:35:29 +03:00
|
|
|
"serve-favicon": "~2.4.2",
|
2017-06-19 21:09:21 -07:00
|
|
|
"snyk": "^1.34.3",
|
2017-06-12 09:14:26 +01:00
|
|
|
"socket.io": "^2.0.2",
|
2017-04-08 18:28:49 +03:00
|
|
|
"validator": "~7.0.0",
|
|
|
|
|
"winston": "^2.3.1",
|
2017-06-19 21:09:21 -07:00
|
|
|
"wiredep": "~4.0.0"
|
2015-07-08 19:51:54 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-04-08 18:28:49 +03:00
|
|
|
"coveralls": "~2.13.0",
|
2016-10-06 11:48:43 -04:00
|
|
|
"del": "^2.2.2",
|
2015-12-10 20:31:51 +01:00
|
|
|
"eslint": "~2.2.0",
|
|
|
|
|
"eslint-config-airbnb": "~6.0.2",
|
2016-02-14 11:22:20 -05:00
|
|
|
"gulp": "~3.9.1",
|
2016-10-08 00:47:08 +03:00
|
|
|
"gulp-angular-templatecache": "~2.0.0",
|
2016-02-14 11:22:20 -05:00
|
|
|
"gulp-autoprefixer": "~3.1.0",
|
2016-01-27 17:02:27 -07:00
|
|
|
"gulp-concat": "~2.6.0",
|
2016-09-09 08:52:46 +03:00
|
|
|
"gulp-csslint": "~1.0.0",
|
2017-04-08 18:28:49 +03:00
|
|
|
"gulp-csso": "~3.0.0",
|
2016-09-09 08:52:46 +03:00
|
|
|
"gulp-eslint": "~3.0.1",
|
2017-04-08 18:28:49 +03:00
|
|
|
"gulp-imagemin": "~3.2.0",
|
2016-09-03 23:30:32 +01:00
|
|
|
"gulp-istanbul": "~1.1.1",
|
2017-04-08 18:28:49 +03:00
|
|
|
"gulp-less": "~3.3.0",
|
|
|
|
|
"gulp-load-plugins": "~1.5.0",
|
2016-08-28 14:30:27 +03:00
|
|
|
"gulp-mocha": "~3.0.1",
|
2016-09-09 08:52:46 +03:00
|
|
|
"gulp-ng-annotate": "~2.0.0",
|
2016-10-08 00:47:08 +03:00
|
|
|
"gulp-nodemon": "~2.2.1",
|
2017-04-09 08:40:48 +03:00
|
|
|
"gulp-protractor": "^3.0.0",
|
2016-10-11 22:20:56 +03:00
|
|
|
"gulp-refresh": "~1.1.0",
|
2016-01-27 17:02:27 -07:00
|
|
|
"gulp-rename": "~1.2.2",
|
2016-10-06 11:48:43 -04:00
|
|
|
"gulp-rev": "^7.1.2",
|
2017-04-08 18:28:49 +03:00
|
|
|
"gulp-sass": "~3.1.0",
|
|
|
|
|
"gulp-uglify": "~2.1.2",
|
2016-02-14 11:22:20 -05:00
|
|
|
"gulp-util": "~3.0.7",
|
2016-09-09 08:52:46 +03:00
|
|
|
"imagemin-pngquant": "~5.0.0",
|
2016-02-14 11:22:20 -05:00
|
|
|
"istanbul": "~0.4.2",
|
2017-04-08 18:28:49 +03:00
|
|
|
"karma": "~1.6.0",
|
2016-09-18 19:42:11 +03:00
|
|
|
"karma-chrome-launcher": "~2.0.0",
|
|
|
|
|
"karma-coverage": "~1.1.1",
|
|
|
|
|
"karma-firefox-launcher": "~1.0.0",
|
2017-04-08 18:28:49 +03:00
|
|
|
"karma-jasmine": "~1.1.0",
|
2016-09-18 19:42:11 +03:00
|
|
|
"karma-ng-html2js-preprocessor": "~1.0.0",
|
2016-02-11 20:39:11 +01:00
|
|
|
"karma-phantomjs-launcher": "~1.0.0",
|
2017-04-09 09:28:20 +03:00
|
|
|
"phantomjs-prebuilt": "~2.1.14",
|
2016-09-03 23:30:32 +01:00
|
|
|
"lcov-result-merger": "~1.2.0",
|
2016-09-09 08:52:46 +03:00
|
|
|
"run-sequence": "~1.2.2",
|
2016-08-28 14:30:27 +03:00
|
|
|
"semver": "~5.3.0",
|
2017-04-08 18:28:49 +03:00
|
|
|
"should": "~11.2.1",
|
2016-09-09 08:52:46 +03:00
|
|
|
"supertest": "~2.0.0"
|
2017-06-14 10:21:56 +00:00
|
|
|
},
|
|
|
|
|
"snyk": true
|
2014-11-10 23:12:33 +02:00
|
|
|
}
|