mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-14 00:46:38 -05:00
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"name": "shrimpa",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"angular": "^1.7.5",
|
|
"angular-chart.js": "^1.1.1",
|
|
"angular-messages": "^1.7.5",
|
|
"angular-ui-router": "^1.0.20",
|
|
"async": "^2.6.1",
|
|
"body-parser": "^1.18.3",
|
|
"busboy": "^0.2.14",
|
|
"config": "^1.31.0",
|
|
"connect-mongo": "^2.0.3",
|
|
"crossfilter2": "^1.4.6",
|
|
"dc": "^3.0.9",
|
|
"express": "^5.0.0-alpha.7",
|
|
"express-rate-limit": "^3.3.2",
|
|
"express-sanitizer": "^1.0.4",
|
|
"express-session": "^1.15.6",
|
|
"gulp-nodemon": "^2.4.2",
|
|
"gulp-sourcemaps": "^2.6.4",
|
|
"gulp-uglify-es": "^1.0.4",
|
|
"helmet": "^3.15.0",
|
|
"method-override": "latest",
|
|
"mongoose": "^5.4.0",
|
|
"morgan": "^1.9.1",
|
|
"ng-file-upload": "^12.2.13",
|
|
"ngclipboard": "^1.1.2",
|
|
"passport": "^0.4.0",
|
|
"passport-local": "^1.0.0",
|
|
"passport-local-mongoose": "^5.0.1",
|
|
"sanitizer": "^0.1.3",
|
|
"type-is": "^1.6.16",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"natives": "^1.1.6"
|
|
},
|
|
"description": "A simple file sharing website.",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"browserify": "^16.2.3",
|
|
"chai": "^4.2.0",
|
|
"chai-http": "^4.2.0",
|
|
"event-stream": "^3.3.4",
|
|
"glob": "^7.1.3",
|
|
"graceful-fs": "^4.1.15",
|
|
"gulp": "^4.0.0",
|
|
"gulp-clean-css": "^3.10.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-uglify": "^3.0.1",
|
|
"gutil": "^1.6.4",
|
|
"istanbul": "^1.1.0-alpha.1",
|
|
"minimatch": "^3.0.4",
|
|
"mocha": "^5.2.0",
|
|
"nodemon": "^1.18.9",
|
|
"npx": "^10.2.0",
|
|
"nyc": "^12.0.2",
|
|
"uglify-es": "^3.3.9",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"watchify": "^3.11.0"
|
|
},
|
|
"author": "Jack Foltz",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "npx mocha",
|
|
"build": "npx gulp",
|
|
"start": "npx gulp start",
|
|
"watch": "npx gulp watch",
|
|
"genkey": "openssl req -newkey rsa:2048 -nodes -keyout privkey.pem -x509 -days 3650 -out cert.pem"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Foltik/shrimpa"
|
|
}
|
|
}
|