2016-08-14 10:21:53 -04:00
|
|
|
{
|
|
|
|
"name": "shimapan",
|
2017-10-09 22:01:02 -04:00
|
|
|
"version": "1.0.0",
|
|
|
|
"dependencies": {
|
2018-12-25 20:22:32 -05:00
|
|
|
"angular": "^1.7.5",
|
2018-08-15 09:27:32 -04:00
|
|
|
"angular-chart.js": "^1.1.1",
|
2018-12-25 20:22:32 -05:00
|
|
|
"angular-messages": "^1.7.5",
|
|
|
|
"angular-ui-router": "^1.0.20",
|
2018-07-24 19:38:12 -04:00
|
|
|
"async": "^2.6.1",
|
|
|
|
"body-parser": "^1.18.3",
|
2018-07-29 20:08:52 -04:00
|
|
|
"busboy": "^0.2.14",
|
2018-07-24 19:38:12 -04:00
|
|
|
"config": "^1.31.0",
|
2018-12-25 20:22:32 -05:00
|
|
|
"connect-mongo": "^2.0.3",
|
|
|
|
"express": "^4.16.4",
|
2018-12-26 20:47:04 -05:00
|
|
|
"express-rate-limit": "^3.3.2",
|
2018-07-24 19:38:12 -04:00
|
|
|
"express-sanitizer": "^1.0.4",
|
2017-10-18 13:31:08 -04:00
|
|
|
"express-session": "^1.15.6",
|
2018-12-25 20:22:32 -05:00
|
|
|
"gulp-nodemon": "^2.4.2",
|
2018-12-31 12:16:22 -05:00
|
|
|
"gulp-sourcemaps": "^2.6.4",
|
|
|
|
"gulp-uglify-es": "^1.0.4",
|
2018-12-25 20:22:32 -05:00
|
|
|
"helmet": "^3.15.0",
|
2017-10-09 22:01:02 -04:00
|
|
|
"method-override": "latest",
|
2018-12-25 20:22:32 -05:00
|
|
|
"mongoose": "^5.4.0",
|
|
|
|
"morgan": "^1.9.1",
|
2017-10-11 10:15:19 -04:00
|
|
|
"ng-file-upload": "^12.2.13",
|
2018-08-14 05:12:58 -04:00
|
|
|
"ngclipboard": "^1.1.2",
|
2017-10-11 10:15:19 -04:00
|
|
|
"passport": "^0.4.0",
|
2017-10-14 15:15:49 -04:00
|
|
|
"passport-local": "^1.0.0",
|
2018-07-25 01:42:11 -04:00
|
|
|
"passport-local-mongoose": "^5.0.1",
|
2018-08-01 17:11:08 -04:00
|
|
|
"sanitizer": "^0.1.3",
|
2018-07-29 20:08:52 -04:00
|
|
|
"type-is": "^1.6.16",
|
2018-07-24 19:38:12 -04:00
|
|
|
"vinyl-source-stream": "^2.0.0"
|
2016-08-14 10:21:53 -04:00
|
|
|
},
|
2017-10-09 22:01:02 -04:00
|
|
|
"description": "A simple file sharing website.",
|
|
|
|
"main": "index.js",
|
2017-10-12 17:26:35 -04:00
|
|
|
"devDependencies": {
|
2018-12-25 20:22:32 -05:00
|
|
|
"browserify": "^16.2.3",
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"chai-http": "^4.2.0",
|
|
|
|
"event-stream": "^3.3.5",
|
2018-12-31 12:16:22 -05:00
|
|
|
"glob": "^7.1.3",
|
2018-12-25 20:22:32 -05:00
|
|
|
"graceful-fs": "^4.1.15",
|
2018-07-24 19:38:12 -04:00
|
|
|
"gulp": "^4.0.0",
|
2018-12-25 20:22:32 -05:00
|
|
|
"gulp-clean-css": "^3.10.0",
|
2017-10-12 17:26:35 -04:00
|
|
|
"gulp-concat": "^2.6.1",
|
2018-07-24 19:38:12 -04:00
|
|
|
"gulp-rename": "^1.4.0",
|
2018-07-25 01:42:11 -04:00
|
|
|
"gulp-uglify": "^3.0.1",
|
2018-12-31 14:45:37 -05:00
|
|
|
"gutil": "^1.6.4",
|
2018-08-13 07:10:01 -04:00
|
|
|
"istanbul": "^1.1.0-alpha.1",
|
2018-07-24 19:38:12 -04:00
|
|
|
"minimatch": "^3.0.4",
|
2018-07-25 01:42:11 -04:00
|
|
|
"mocha": "^5.2.0",
|
2018-12-25 20:22:32 -05:00
|
|
|
"nodemon": "^1.18.9",
|
2018-08-01 17:11:08 -04:00
|
|
|
"npx": "^10.2.0",
|
2018-08-14 05:12:58 -04:00
|
|
|
"nyc": "^12.0.2",
|
2018-12-31 12:16:22 -05:00
|
|
|
"uglify-es": "^3.3.9",
|
2018-12-31 14:45:37 -05:00
|
|
|
"vinyl-buffer": "^1.0.1",
|
|
|
|
"watchify": "^3.11.0"
|
2017-10-12 17:26:35 -04:00
|
|
|
},
|
2016-08-14 10:21:53 -04:00
|
|
|
"author": "Jack Foltz",
|
2018-08-15 09:02:09 -04:00
|
|
|
"license": "MIT",
|
2017-10-09 22:01:02 -04:00
|
|
|
"scripts": {
|
2017-10-20 13:30:01 -04:00
|
|
|
"test": "npx mocha",
|
|
|
|
"build": "npx gulp",
|
2017-10-20 17:42:45 -04:00
|
|
|
"start": "npx gulp start",
|
2018-12-26 13:30:02 -05:00
|
|
|
"watch": "npx gulp watch",
|
|
|
|
"genkey": "openssl req -newkey rsa:2048 -nodes -keyout privkey.pem -x509 -days 3650 -out cert.pem"
|
2016-08-14 10:21:53 -04:00
|
|
|
},
|
2017-10-09 22:01:02 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Foltik/shimapan"
|
2016-08-14 10:21:53 -04:00
|
|
|
}
|
|
|
|
}
|