1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

Added file upload and dynamic blog post pages on index

This commit is contained in:
2015-10-20 14:31:22 -05:00
parent 184abc8ac1
commit 5f1fa1cf96
1420 changed files with 269139 additions and 30 deletions

70
node_modules/mongo-express/package.json generated vendored Normal file
View File

@@ -0,0 +1,70 @@
{
"author": {
"name": "https://github.com/andzdroid"
},
"name": "mongo-express",
"description": "Web-based admin interface for MongoDB",
"version": "0.23.3",
"repository": {
"type": "git",
"url": "git://github.com/andzdroid/mongo-express.git"
},
"dependencies": {
"async": "1.4.2",
"basic-auth-connect": "1.0.0",
"body-parser": "1.14.0",
"consolidate": "0.12.1",
"cookie-parser": "1.4.0",
"errorhandler": "1.4.2",
"express": "4.13.3",
"express-session": "1.11.3",
"method-override": "2.3.5",
"mongodb": "2.0.43",
"morgan": "1.6.1",
"serve-favicon": "2.3.0",
"swig": "1.4.2",
"underscore": "1.8.3"
},
"devDependencies": {
"mocha": "2.3.3",
"chai": "3.3.0"
},
"engine": "node >= 0.10",
"license": "MIT",
"scripts": {
"start": "node app",
"test": "./node_modules/mocha/bin/mocha"
},
"main": "./middleware",
"gitHead": "e98f24bb169cb5d5478704226ca6f5c68f037745",
"bugs": {
"url": "https://github.com/andzdroid/mongo-express/issues"
},
"homepage": "https://github.com/andzdroid/mongo-express#readme",
"_id": "mongo-express@0.23.3",
"_shasum": "92ece6467e16cc2f5a00b965380f70cf1dbdd66e",
"_from": "mongo-express@*",
"_npmVersion": "3.3.5",
"_nodeVersion": "4.1.2",
"_npmUser": {
"name": "wulfsolter",
"email": "wulf@wulf.co.nz"
},
"dist": {
"shasum": "92ece6467e16cc2f5a00b965380f70cf1dbdd66e",
"tarball": "http://registry.npmjs.org/mongo-express/-/mongo-express-0.23.3.tgz"
},
"maintainers": [
{
"name": "andz",
"email": "zegg90@gmail.com"
},
{
"name": "wulfsolter",
"email": "wulf@wulf.co.nz"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/mongo-express/-/mongo-express-0.23.3.tgz",
"readme": "ERROR: No README data found!"
}