1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/node_modules/mongo-express/package.json

133 lines
3.0 KiB
JSON

{
"_args": [
[
"mongo-express@*",
"/home/mitchell/Desktop/test-mywebsite/mywebsite"
]
],
"_from": "mongo-express@*",
"_id": "mongo-express@0.29.1",
"_inCache": true,
"_installable": true,
"_location": "/mongo-express",
"_nodeVersion": "5.3.0",
"_npmUser": {
"email": "wulf@wulf.co.nz",
"name": "wulfsolter"
},
"_npmVersion": "3.5.2",
"_phantomChildren": {
"content-type": "1.0.1",
"debug": "2.2.0",
"depd": "1.1.0",
"graceful-readlink": "1.0.1",
"http-errors": "1.3.1",
"on-finished": "2.3.0",
"raw-body": "2.1.5",
"type-is": "1.6.10"
},
"_requested": {
"name": "mongo-express",
"raw": "mongo-express@*",
"rawSpec": "*",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/mongo-express/-/mongo-express-0.29.1.tgz",
"_shasum": "febce71afe666692bebf3d5fda1e565efae9e32f",
"_shrinkwrap": null,
"_spec": "mongo-express@*",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite",
"author": {
"name": "https://github.com/andzdroid"
},
"bin": {
"mongo-express": "./app.js"
},
"bugs": {
"url": "https://github.com/andzdroid/mongo-express/issues"
},
"dependencies": {
"async": "1.4.2",
"basic-auth-connect": "1.0.0",
"body-parser": "1.14.0",
"cli-color": "^1.1.0",
"commander": "^2.8.1",
"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.0",
"morgan": "1.6.1",
"serve-favicon": "2.3.0",
"swig": "1.4.2",
"underscore": "~1.8.0"
},
"description": "Web-based admin interface for MongoDB",
"devDependencies": {
"chai": "3.3.0",
"mocha": "2.3.3",
"pre-commit": "^1.1.2"
},
"directories": {},
"dist": {
"shasum": "febce71afe666692bebf3d5fda1e565efae9e32f",
"tarball": "http://registry.npmjs.org/mongo-express/-/mongo-express-0.29.1.tgz"
},
"engine": "node >= 0.10",
"gitHead": "3d54845cfba1fa811d4a329c791034ca41b0326a",
"homepage": "https://github.com/andzdroid/mongo-express#readme",
"keywords": [
"GUI",
"UI",
"admin",
"administration",
"collection",
"database",
"interface",
"manage",
"manage-mongo",
"mongo",
"mongodb",
"phpmyadmin",
"web-based"
],
"license": "MIT",
"main": "./middleware",
"maintainers": [
{
"name": "andz",
"email": "zegg90@gmail.com"
},
{
"name": "wulfsolter",
"email": "wulf@wulf.co.nz"
}
],
"name": "mongo-express",
"optionalDependencies": {},
"pre-commit": [
"jscs",
"jshint",
"test"
],
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/andzdroid/mongo-express.git"
},
"scripts": {
"jscs": "jscs .",
"jshint": "jshint -c .jshintrc --exclude-path .jshintignore .",
"start": "node app",
"test": "./node_modules/mocha/bin/mocha"
},
"version": "0.29.1"
}