mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 23:53:31 -05:00
1f56424d74
Mean
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "shimapan",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"angular": "^1.6.6",
|
|
"angular-messages": "^1.6.6",
|
|
"angular-ui-router": "^0.4.3",
|
|
"async": "^2.5.0",
|
|
"body-parser": "^1.18.2",
|
|
"config": "^1.26.2",
|
|
"connect-mongo": "^2.0.0",
|
|
"event-stream": "^3.3.4",
|
|
"express": "^4.16.2",
|
|
"express-sanitizer": "^1.0.2",
|
|
"express-session": "^1.15.6",
|
|
"gulp-nodemon": "^2.2.1",
|
|
"helmet": "^3.9.0",
|
|
"method-override": "latest",
|
|
"mongoose": "^4.12.1",
|
|
"morgan": "^1.9.0",
|
|
"multer": "^1.3.0",
|
|
"ng-file-upload": "^12.2.13",
|
|
"ngclipboard": "^1.1.2",
|
|
"passport": "^0.4.0",
|
|
"passport-local": "^1.0.0",
|
|
"passport-local-mongoose": "^4.2.1",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
},
|
|
"description": "A simple file sharing website.",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"browserify": "^14.5.0",
|
|
"chai": "^4.1.2",
|
|
"chai-http": "^3.0.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-clean-css": "^3.9.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-uglify": "^3.0.0",
|
|
"mocha": "^4.0.1",
|
|
"nodemon": "^1.12.1",
|
|
"npx": "^9.7.1"
|
|
},
|
|
"author": "Jack Foltz",
|
|
"license": "LICENSE",
|
|
"scripts": {
|
|
"test": "npx mocha",
|
|
"build": "npx gulp",
|
|
"start": "npx gulp start",
|
|
"watch": "npx gulp watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Foltik/shimapan"
|
|
}
|
|
}
|