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

57 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": {
"angular": "^1.6.6",
2017-10-09 22:01:02 -04:00
"angular-messages": "^1.6.6",
2017-10-11 20:26:07 -04:00
"angular-ui-router": "^0.4.3",
2017-10-12 12:50:02 -04:00
"async": "^2.5.0",
2017-10-09 22:01:02 -04:00
"body-parser": "^1.18.2",
2017-10-12 17:26:35 -04:00
"config": "^1.26.2",
2017-10-18 13:31:08 -04:00
"connect-mongo": "^2.0.0",
"event-stream": "^3.3.4",
2017-10-12 17:26:35 -04:00
"express": "^4.16.2",
2017-10-18 13:31:08 -04:00
"express-sanitizer": "^1.0.2",
"express-session": "^1.15.6",
"gulp-nodemon": "^2.2.1",
2017-10-18 13:31:08 -04:00
"helmet": "^3.9.0",
2017-10-09 22:01:02 -04:00
"method-override": "latest",
2017-10-12 17:26:35 -04:00
"mongoose": "^4.12.1",
"morgan": "^1.9.0",
2017-10-09 22:01:02 -04:00
"multer": "^1.3.0",
2017-10-11 10:15:19 -04:00
"ng-file-upload": "^12.2.13",
"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",
2017-10-18 13:31:08 -04:00
"passport-local-mongoose": "^4.2.1",
"vinyl-source-stream": "^1.1.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": {
"browserify": "^14.5.0",
2017-10-12 17:26:35 -04:00
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
2017-10-12 17:26:35 -04:00
"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"
2017-10-12 17:26:35 -04:00
},
2016-08-14 10:21:53 -04:00
"author": "Jack Foltz",
2017-10-09 22:01:02 -04:00
"license": "WTFPL",
"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
}
}