This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/express-myconnection/package.json

51 lines
1.3 KiB
JSON

{
"name": "express-myconnection",
"version": "1.0.4",
"description": "Connect/Express middleware that auto provides mysql connections.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pwalczyszyn/express-myconnection.git"
},
"homepage": "http://github.com/pwalczyszyn/express-myconnection",
"keywords": [
"express",
"mysql",
"connect",
"pool",
"middleware"
],
"author": {
"name": "Piotr Walczyszyn"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pwalczyszyn/express-myconnection/issues"
},
"_id": "express-myconnection@1.0.4",
"dist": {
"shasum": "8776049fbf9f262209cffdb535b7c7509733ff55",
"tarball": "http://registry.npmjs.org/express-myconnection/-/express-myconnection-1.0.4.tgz"
},
"_from": "express-myconnection@",
"_npmVersion": "1.4.3",
"_npmUser": {
"name": "pwalczyszyn",
"email": "piotr.walczyszyn@gmail.com"
},
"maintainers": [
{
"name": "pwalczyszyn",
"email": "piotr.walczyszyn@gmail.com"
}
],
"_shasum": "8776049fbf9f262209cffdb535b7c7509733ff55",
"_resolved": "https://registry.npmjs.org/express-myconnection/-/express-myconnection-1.0.4.tgz"
}