nvp-json
Version:
A bidirectional NVP/JSON parser for use with PayPal NVP APIs.
47 lines (46 loc) • 1.06 kB
JSON
{
"name": "nvp-json",
"version": "1.1.2",
"description": "A bidirectional NVP/JSON parser for use with PayPal NVP APIs.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node index.js",
"test": "npm run lint && npm run testOnly",
"testOnly": "nyc --reporter=html --reporter=text mocha ./test/**/*.spec.js",
"lint": "eslint . --ext .js"
},
"repository": {
"type": "git",
"url": "https://github.com/carriejv/nvp-json-js.git"
},
"bugs": {
"url": "https://github.com/carriejv/nvp-json-js/issues"
},
"homepage": "https://github.com/carriejv/nvp-json-js",
"author": "Carrie Vrtis <carrie@carriejv.com> (https://www.carriejv.com)",
"contributors": [
"Carrie Vrtis <carrie@carriejv.com> (https://www.carriejv.com)"
],
"keywords": [
"paypal",
"payflow",
"payflow",
"pro",
"nvp",
"json",
"api",
"parser"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"codacy-coverage": "^3.4.0",
"eslint": "^7.16.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0"
}
}