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": {
|
2016-10-15 10:37:46 +03:00
|
|
|
"node": ">=4.6.0",
|
|
|
|
|
"npm": ">=3.10.8"
|
2015-07-08 19:51:54 -04:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2016-07-09 22:18:47 +03:00
|
|
|
"update": "npm update && npm prune && bower install --allow-root && bower prune --allow-root",
|
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",
|
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",
|
2016-07-09 22:18:47 +03:00
|
|
|
"postinstall": "bower install --allow-root && bower prune --allow-root",
|
|
|
|
|
"generate-ssl-certs": "scripts/generate-ssl-certs.sh"
|
2015-07-08 19:51:54 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2016-02-14 11:22:20 -05:00
|
|
|
"acl": "~0.4.9",
|
2016-08-29 23:10:14 +01:00
|
|
|
"async": "~2.0.1",
|
2016-02-14 11:22:20 -05:00
|
|
|
"body-parser": "~1.15.0",
|
|
|
|
|
"bower": "~1.7.7",
|
|
|
|
|
"chalk": "~1.1.1",
|
|
|
|
|
"compression": "~1.6.1",
|
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",
|
2016-07-16 12:05:40 +03:00
|
|
|
"express": "~4.14.0",
|
2016-08-29 08:32:21 +03:00
|
|
|
"express-hbs": "^1.0.2",
|
2016-08-29 23:10:14 +01:00
|
|
|
"express-session": "~1.14.1",
|
2015-10-16 20:35:57 -07:00
|
|
|
"file-stream-rotator": "~0.0.6",
|
2016-10-08 00:11:09 +03:00
|
|
|
"generate-password": "~1.2.0",
|
|
|
|
|
"glob": "~7.1.0",
|
|
|
|
|
"helmet": "~2.3.0",
|
2016-09-09 08:52:46 +03:00
|
|
|
"jasmine-core": "~2.5.0",
|
2016-10-08 00:11:09 +03:00
|
|
|
"lodash": "~4.16.2",
|
2016-08-29 23:10:14 +01:00
|
|
|
"lusca": "~1.4.1",
|
2016-02-14 11:22:20 -05:00
|
|
|
"method-override": "~2.3.5",
|
2016-10-08 00:11:09 +03:00
|
|
|
"mocha": "~3.1.0",
|
2017-04-17 16:50:54 +08:00
|
|
|
"mongoose": "^4.9.5",
|
2016-03-18 00:16:01 +02:00
|
|
|
"morgan": "~1.7.0",
|
2017-03-27 13:33:28 +08:00
|
|
|
"moviedb": "^0.2.7",
|
2016-08-29 23:10:14 +01:00
|
|
|
"multer": "~1.2.0",
|
2016-10-08 00:11:09 +03:00
|
|
|
"nodemailer": "~2.6.4",
|
2017-04-02 00:14:28 +08:00
|
|
|
"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",
|
|
|
|
|
"passport-facebook": "~2.1.0",
|
|
|
|
|
"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",
|
2016-02-11 20:39:11 +01:00
|
|
|
"phantomjs-prebuilt": "~2.1.4",
|
2016-01-27 17:02:27 -07:00
|
|
|
"serve-favicon": "~2.3.0",
|
2016-08-29 23:10:14 +01:00
|
|
|
"socket.io": "^1.4.8",
|
2016-10-08 00:11:09 +03:00
|
|
|
"validator": "~6.0.0",
|
2016-07-23 18:25:35 +03:00
|
|
|
"winston": "^2.2.0",
|
|
|
|
|
"wiredep": "~4.0.0"
|
2015-07-08 19:51:54 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2016-02-14 11:22:20 -05:00
|
|
|
"coveralls": "~2.11.6",
|
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",
|
|
|
|
|
"gulp-csso": "~2.0.0",
|
|
|
|
|
"gulp-eslint": "~3.0.1",
|
2016-09-18 19:42:11 +03:00
|
|
|
"gulp-imagemin": "~3.0.3",
|
2016-09-03 23:30:32 +01:00
|
|
|
"gulp-istanbul": "~1.1.1",
|
2016-09-09 08:52:46 +03:00
|
|
|
"gulp-less": "~3.1.0",
|
2016-09-18 19:42:11 +03:00
|
|
|
"gulp-load-plugins": "~1.3.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",
|
2016-09-09 08:52:46 +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",
|
2016-09-09 08:52:46 +03:00
|
|
|
"gulp-sass": "~2.3.0",
|
2016-10-08 00:47:08 +03:00
|
|
|
"gulp-uglify": "~2.0.0",
|
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",
|
2016-09-18 19:42:11 +03:00
|
|
|
"karma": "~1.3.0",
|
|
|
|
|
"karma-chrome-launcher": "~2.0.0",
|
|
|
|
|
"karma-coverage": "~1.1.1",
|
|
|
|
|
"karma-firefox-launcher": "~1.0.0",
|
|
|
|
|
"karma-jasmine": "~1.0.2",
|
|
|
|
|
"karma-ng-html2js-preprocessor": "~1.0.0",
|
2016-02-11 20:39:11 +01:00
|
|
|
"karma-phantomjs-launcher": "~1.0.0",
|
2016-09-03 23:30:32 +01:00
|
|
|
"lcov-result-merger": "~1.2.0",
|
2016-08-28 14:30:27 +03:00
|
|
|
"mock-fs": "~3.11.0",
|
2016-10-13 22:59:09 +03:00
|
|
|
"node-inspector": "~0.12.8",
|
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",
|
2016-09-09 08:52:46 +03:00
|
|
|
"should": "~11.1.0",
|
|
|
|
|
"supertest": "~2.0.0"
|
2015-07-08 19:51:54 -04:00
|
|
|
}
|
2014-11-10 23:12:33 +02:00
|
|
|
}
|