{ "name": "express-cart", "version": "1.1.5", "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" }, "dependencies": { "ajv": "^6.0.0", "async": "^2.6.0", "axios": "^0.17.1", "bcrypt-nodejs": "0.0.3", "bcryptjs": "^2.4.3", "body-parser": "^1.17.2", "cheerio": "^0.22.0", "colors": "^1.1.2", "connect-mongodb-session": "^1.3.0", "cookie-parser": "^1.4.3", "express": "^4.15.3", "express-handlebars": "^3.0.0", "express-session": "^1.15.3", "glob": "^7.1.2", "helmet": "^3.6.1", "html-entities": "^1.2.0", "lodash": "^4.13.1", "lunr": "^2.1.5", "moment": "^2.15.2", "mongodb": "^3.0.1", "mongodb-uri": "^0.9.7", "morgan": "^1.9.0", "multer": "^1.1.0", "nodemailer": "^4.4.1", "numeral": "^2.0.6", "paypal-rest-sdk": "^1.6.9", "rand-token": "^0.4.0", "react": "^16.2.0", "react-dom": "^16.2.0", "rimraf": "^2.6.2", "sitemap": "^1.6.0", "strip-bom": "^3.0.0", "stripe": "^5.4.0", "uglifycss": "0.0.27" }, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-react": "^6.24.1", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "gulp": "latest", "gulp-clean-css": "^3.9.2", "gulp-minify": "^2.1.0", "gulp-rename": "^1.2.2", "install": "^0.10.4", "npm": "^5.6.0", "run-sequence": "^2.2.1", "webpack": "^3.11.0" }, "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" } }