1
0
mirror of synced 2024-11-22 04:26:02 +03:00
mg-bot-api-client-js/package.json

27 lines
672 B
JSON
Raw Normal View History

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"
},
"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"
}
}