1
0
mirror of synced 2024-11-21 20:16:03 +03:00
mg-bot-api-client-js/package.json
2019-02-08 17:14:17 +03:00

30 lines
715 B
JSON

{
"name": "mg-api-client",
"description": "JS client for retailCRM Bot API",
"tags": ["API", "retailCRM", "Bot", "Chat"],
"version": "1.0.0",
"scripts": {
"test": "./node_modules/.bin/_mocha ./tests/."
},
"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"
},
"engines": {
"node": ">= 4.0.0"
},
"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"
}
}