shopify-node-api
Version:
OAuth2 Module for Shopify API
34 lines (33 loc) • 741 B
JSON
{
"name": "shopify-node-api",
"version": "1.11.1",
"description": "OAuth2 Module for Shopify API",
"main": "./lib/shopify",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/BKnights/shopify-node-api.git"
},
"keywords": [
"Shopify",
"api",
"node.js",
"oauth2"
],
"author": "Chris Gregory <chris@sinelabs.com> (http://sinelabs.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/BKnights/shopify-node-api/issues"
},
"homepage": "https://github.com/BKnights/shopify-node-api",
"dependencies": {
"json-bigint": "^0.1.4"
},
"devDependencies": {
"mocha": "^1.20.1",
"chai": "^1.9.1",
"nock": "^7.5.0"
}
}