UNPKG

node-bigcommerce-client

Version:

A node module for authentication and use with the BigCommerce API

43 lines (42 loc) 1.07 kB
{ "dependencies": { "debug": "^3.1.0" }, "description": "A node module for authentication and use with the BigCommerce API", "devDependencies": { "agentkeepalive": "^3.1.0", "chai": "^3.5.0", "eslint": "^4.9.0", "eslint-config-conversio": "^1.0.4", "istanbul": "^0.4.2", "mocha": "^2.4.5", "nock": "^10.0.1", "sinon": "^1.17.3", "supervisor": "^0.12.0" }, "homepage": "https://github.com/sameeriqbal/node-bigcommerce-client", "keywords": [ "bigcommerce", "oauth2.0", "oauth", "conversio", "api", "ecommerce", "node", "npm" ], "license": "MIT", "main": "./lib/bigcommerce", "name": "node-bigcommerce-client", "repository": { "type": "git", "url": "git+https://github.com/sameeriqbal/node-bigcommerce-client" }, "scripts": { "autotest": "supervisor -q -n exit -x node_modules/.bin/_mocha --", "exectests": "istanbul cover ./node_modules/.bin/_mocha", "lint": "eslint lib test", "test": "npm run exectests && npm run lint" }, "version": "1.0.2" }