magento2-rest-client
Version:
REST client for accessing Magento 2 functionality.
38 lines (37 loc) • 818 B
JSON
{
"name": "magento2-rest-client",
"description": "REST client for accessing Magento 2 functionality.",
"author": "Marko Novak <nouvak@gmail.com>",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nouvak/magento2-rest-client.git"
},
"keywords": [
"magento2",
"REST",
"API"
],
"bugs": {
"url": "https://github.com/nouvak/magento2-rest-client/issues"
},
"homepage": "https://github.com/nouvak/magento2-rest-client#readme",
"directories": {
"lib": "./lib"
},
"main": "index.js",
"scripts": {
"test": "test"
},
"dependencies": {
"humps": "^1.1.0",
"oauth-1.0a": "^1.0.1",
"request": "^2.72.0",
"winston": "^2.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}