{ "name": "express-cart", "version": "1.1.11", "description": "A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.", "private": false, "scripts": { "start": "node app.js", "deploy": "gulp deploy", "test": "ava test/**/*.js --verbose" }, "dependencies": { "ajv": "^6.8.1", "async": "^2.6.1", "axios": "^0.17.1", "bcrypt-nodejs": "0.0.3", "bcryptjs": "^2.4.3", "body-parser": "^1.18.3", "cheerio": "^0.22.0", "colors": "^1.3.3", "connect-mongodb-session": "^1.4.0", "cookie-parser": "^1.4.3", "express": "^4.16.4", "express-handlebars": "^3.0.0", "express-session": "^1.15.3", "glob": "^7.1.3", "helmet": "^3.15.0", "html-entities": "^1.2.0", "lodash": "^4.17.11", "lunr": "^2.3.5", "mime-db": "^1.38.0", "mime-type": "^3.0.7", "moment": "^2.24.0", "mongodb": "2.2.3", "morgan": "^1.9.1", "multer": "^1.4.1", "nodemailer": "^4.7.0", "numeral": "^2.0.6", "paypal-rest-sdk": "^1.6.9", "rand-token": "^0.4.0", "rimraf": "^2.6.3", "sanitize-html": "^1.20.0", "sitemap": "^1.6.0", "strip-bom": "^3.0.0", "stripe": "^5.10.0", "uglifycss": "0.0.27" }, "devDependencies": { "ava": "^0.25.0", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^3.1.0", "gulp": "^4.0.0", "gulp-clean-css": "^3.10.0", "gulp-minify": "^3.1.0", "gulp-rename": "^1.4.0", "mongodb-uri": "^0.9.7", "supertest": "^3.4.2", "wait.for": "^0.6.6" }, "main": "app.js", "keywords": [ "Shopping cart", "express", "mongodb", "nodejs", "ecommerce", "paypal", "lunr", "cart", "shopping" ], "author": "Mark Moffat", "homepage": "https://expresscart.markmoffat.com", "repository": { "type": "git", "url": "git+https://github.com/mrvautin/expressCart.git" }, "license": "MIT", "bugs": { "url": "https://github.com/mrvautin/expressCart/issues" } }