1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 11:11:22 -04:00
shimapan/package.json

59 lines
1.4 KiB
JSON
Raw Normal View History

2016-08-14 10:21:53 -04:00
{
"name": "shimapan",
2017-10-09 22:01:02 -04:00
"version": "1.0.0",
"dependencies": {
2018-07-24 19:38:12 -04:00
"angular": "^1.7.2",
"angular-messages": "^1.7.2",
2018-07-25 01:42:11 -04:00
"angular-ui-router": "^1.0.19",
2018-07-24 19:38:12 -04:00
"async": "^2.6.1",
"body-parser": "^1.18.3",
"config": "^1.31.0",
"connect-mongo": "^2.0.1",
"express": "^4.16.3",
"express-sanitizer": "^1.0.4",
2017-10-18 13:31:08 -04:00
"express-session": "^1.15.6",
"gulp-nodemon": "^2.2.1",
2018-07-24 19:38:12 -04:00
"helmet": "^3.13.0",
2017-10-09 22:01:02 -04:00
"method-override": "latest",
2018-07-25 01:42:11 -04:00
"mongoose": "^5.2.5",
2017-10-12 17:26:35 -04:00
"morgan": "^1.9.0",
2018-07-24 19:38:12 -04:00
"multer": "^1.3.1",
2017-10-11 10:15:19 -04:00
"ng-file-upload": "^12.2.13",
2018-07-25 01:42:11 -04:00
"ngclipboard": "^2.0.0",
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-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-07-25 01:42:11 -04:00
"browserify": "^16.2.2",
2017-10-12 17:26:35 -04:00
"chai": "^4.1.2",
2018-07-24 19:38:12 -04:00
"chai-http": "^4.0.0",
"event-stream": "^3.3.4",
"graceful-fs": "^4.1.11",
"gulp": "^4.0.0",
"gulp-clean-css": "^3.9.4",
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-07-24 19:38:12 -04:00
"minimatch": "^3.0.4",
2018-07-25 01:42:11 -04:00
"mocha": "^5.2.0",
2018-07-24 19:38:12 -04:00
"nodemon": "^1.18.3",
"npx": "^10.2.0"
2017-10-12 17:26:35 -04:00
},
2016-08-14 10:21:53 -04:00
"author": "Jack Foltz",
2017-10-20 17:48:36 -04:00
"license": "LICENSE",
2017-10-09 22:01:02 -04:00
"scripts": {
"test": "npx mocha",
"build": "npx gulp",
2017-10-20 17:42:45 -04:00
"start": "npx gulp start",
"watch": "npx gulp watch"
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
}
}