signup-login-with-authorizedotnet
Version:
User signup login with authorize.net payment gateway
54 lines (53 loc) • 1.39 kB
JSON
{
"name": "signup-login-with-authorizedotnet",
"version": "1.0.8",
"main": "server/server.js",
"engines": {
"node": ">=4"
},
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check"
},
"author": {
"name": "atxwebdesigner1",
"email": "atxwebdesigner1@gmail.com"
},
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"authorizenet": "^1.0.5",
"compression": "^1.0.3",
"cors": "^2.5.2",
"helmet": "^3.10.0",
"loopback": "^3.19.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^6.0.0",
"loopback-connector-mongodb": "^3.5.0",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^3.0.0",
"winston": "^3.0.0"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-loopback": "^8.0.0",
"nsp": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuevesolutions/signup-login-with-authorizedotnet.git"
},
"keywords": [
"user",
"login",
"signup",
"Payment Integration",
"Authorize.net"
],
"bugs": {
"url": "https://github.com/nuevesolutions/signup-login-with-authorizedotnet/issues"
},
"license": "ISC",
"homepage": "https://github.com/nuevesolutionsot/signup-login-with-authorizedotnet#readme",
"description": "User signup login with authorize.net payment gateway"
}