2019-02-06 14:54:15 +03:00
|
|
|
{
|
2019-02-08 15:34:41 +03:00
|
|
|
"name": "mg-api-client",
|
2019-02-06 14:54:15 +03:00
|
|
|
"description": "JS client for retailCRM Bot API",
|
|
|
|
"tags": ["API", "retailCRM", "Bot", "Chat"],
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
2019-02-08 13:31:38 +03:00
|
|
|
"test": "./node_modules/.bin/_mocha ./tests/."
|
2019-02-06 14:54:15 +03:00
|
|
|
},
|
|
|
|
"author": "retailCRM",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/retailcrm/mg-bot-api-client-js/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"mocha": "^5.2.0",
|
|
|
|
"nock": "^10.0.6"
|
|
|
|
},
|
2019-02-08 17:14:17 +03:00
|
|
|
"engines": {
|
|
|
|
"node": ">= 4.0.0"
|
|
|
|
},
|
2019-02-06 14:54:15 +03:00
|
|
|
"homepage": "https://github.com/retailcrm/mg-bot-api-client-js#readme",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:retailcrm/mg-bot-api-client-js.git"
|
|
|
|
}
|
|
|
|
}
|