magento2-client-nodejs
Version:
This is a client for connecting to a Magento2 API.
29 lines (28 loc) • 656 B
JSON
{
"name": "magento2-client-nodejs",
"version": "1.2.4",
"description": "This is a client for connecting to a Magento2 API.",
"main": "magento2.js",
"scripts": {
"test": "npm test",
"watch": "nodemon --harmony index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ismailkm/magento2-client.git"
},
"keywords": [
"Magento2",
"API",
"client",
"Node.js",
"REST"
],
"author": "Ismail Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/ismailkm/magento2-client/issues"
},
"homepage": "https://github.com/ismailkm/magento2-client#readme",
"dependencies": {}
}