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",
|
2017-08-13 16:29:47 -07:00
|
|
|
"seed": "gulp seed",
|
|
|
|
|
"seed:prod": "gulp seed:prod",
|
|
|
|
|
"seed:test": "gulp seed:test"
|
2015-07-08 19:51:54 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2017-04-08 18:28:49 +03:00
|
|
|
"acl": "~0.4.10",
|
2017-08-15 14:57:32 +03:00
|
|
|
"async": "~2.5.0",
|
2017-08-17 17:31:37 +08:00
|
|
|
"bencoding": "0.0.1",
|
2017-04-08 18:28:49 +03:00
|
|
|
"body-parser": "~1.17.1",
|
|
|
|
|
"bower": "~1.8.0",
|
2017-08-15 14:57:32 +03:00
|
|
|
"chalk": "~2.1.0",
|
2017-07-11 12:06:22 +03:00
|
|
|
"compression": "~1.7.0",
|
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",
|
2017-09-06 14:27:34 +08:00
|
|
|
"cron": "^1.2.1",
|
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-08-15 14:57:32 +03:00
|
|
|
"helmet": "~3.8.1",
|
2017-08-01 10:44:15 +08:00
|
|
|
"irc": "^0.5.2",
|
2017-08-15 14:57:32 +03:00
|
|
|
"jasmine-core": "~2.7.0",
|
2017-04-08 18:28:49 +03:00
|
|
|
"lodash": "~4.17.4",
|
2017-08-15 14:57:32 +03:00
|
|
|
"lusca": "~1.5.1",
|
2017-04-08 18:28:49 +03:00
|
|
|
"method-override": "~2.3.8",
|
2017-07-17 08:26:06 +03:00
|
|
|
"mocha": "~3.4.2",
|
2017-08-01 10:44:15 +08:00
|
|
|
"moment": "^2.18.1",
|
2017-07-27 13:19:22 -07:00
|
|
|
"mongoose": "~4.11.3",
|
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-08-02 18:23:18 +08:00
|
|
|
"sprintf-js": "^1.1.1",
|
2017-07-17 08:26:06 +03:00
|
|
|
"validator": "~8.0.0",
|
2017-04-08 18:28:49 +03:00
|
|
|
"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",
|
2017-07-17 08:26:06 +03:00
|
|
|
"del": "^3.0.0",
|
2015-12-10 20:31:51 +01:00
|
|
|
"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",
|
2017-08-15 14:57:32 +03:00
|
|
|
"gulp-autoprefixer": "~4.0.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-08-15 14:57:32 +03:00
|
|
|
"gulp-imagemin": "~3.3.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-07-01 03:38:44 -07:00
|
|
|
"gulp-protractor": "^4.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",
|
2017-08-15 14:57:32 +03:00
|
|
|
"gulp-rev": "~8.0.0",
|
2017-04-08 18:28:49 +03:00
|
|
|
"gulp-sass": "~3.1.0",
|
2017-08-15 14:57:32 +03:00
|
|
|
"gulp-uglify": "~3.0.0",
|
2016-09-09 08:52:46 +03:00
|
|
|
"imagemin-pngquant": "~5.0.0",
|
2017-08-15 14:57:32 +03:00
|
|
|
"karma": "~1.7.0",
|
|
|
|
|
"karma-chrome-launcher": "~2.2.0",
|
2016-09-18 19:42:11 +03:00
|
|
|
"karma-coverage": "~1.1.1",
|
2017-04-08 18:28:49 +03:00
|
|
|
"karma-jasmine": "~1.1.0",
|
2017-07-13 22:54:05 +03:00
|
|
|
"karma-mocha-reporter": "~2.2.3",
|
2016-09-18 19:42:11 +03:00
|
|
|
"karma-ng-html2js-preprocessor": "~1.0.0",
|
2017-08-15 14:57:32 +03:00
|
|
|
"run-sequence": "~2.1.0",
|
|
|
|
|
"semver": "~5.4.1",
|
2017-04-08 18:28:49 +03:00
|
|
|
"should": "~11.2.1",
|
2017-07-17 08:26:06 +03:00
|
|
|
"supertest": "~3.0.0"
|
2015-07-08 19:51:54 -04:00
|
|
|
}
|
2014-11-10 23:12:33 +02:00
|
|
|
}
|