mss-adapter
Version:
Adapters for moysklad synchronizers
28 lines (27 loc) • 660 B
JSON
{
"name": "mss-adapter",
"version": "1.0.3",
"description": "Adapters for moysklad synchronizers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsypa/node-mss-adapter.git"
},
"keywords": [
"MSS"
],
"author": "Maxim Tsyplakov <maxim.tsyplakov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsypa/node-mss-adapter/issues"
},
"homepage": "https://github.com/tsypa/node-mss-adapter#readme",
"dependencies": {
"got": "^7.1.0",
"lodash": "^4.17.4",
"mysql": "^2.13.0"
}
}