UNPKG

botmaster-watson-conversation-ware

Version:
89 lines (88 loc) 2.33 kB
{ "name": "botmaster-watson-conversation-ware", "version": "1.1.2", "description": "Botmaster middleware for Watson Conversation", "main": "./lib/index.js", "scripts": { "test": "export NODE_ENV=test; nyc --reporter=lcov --reporter=html ava; nyc report", "test-debug": "export NODE_ENV=test DEBUG=botmaster:*; nyc --reporter=lcov --reporter=html ava", "coveralls": "cat ./coverage/lcov.info | coveralls", "postversion": "git push && git push --tags && rm -rf build/temp", "docs": "documentation readme lib --section=\"API\"", "report": "nyc report" }, "ava": { "files": [ "tests/**/*.js" ], "source": [], "match": [], "serial": true, "verbose": true, "failFast": false, "tap": false, "powerAssert": false, "timeout": "4s" }, "nyc": { "check-coverage": false, "lines": 100, "statements": 100, "functions": 100, "branches": 100, "exclude": [ "tests" ] }, "keywords": [ "bot", "botmaster", "context", "context-aware", "watson", "conversation", "middleware", "watson" ], "repository": { "type": "git", "url": "https://github.com/botmasterai/botmaster-watson-conversation-ware" }, "author": "JD Wuarin <john.dwuarin@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/botmasterai/botmaster-watson-conversation-ware/issues" }, "homepage": "https://github.com/botmasterai/botmaster-watson-conversation-ware#readme", "engines": { "node": ">=4.x.x" }, "peerDependencies": { "botmaster": "^3.0.8", "botmaster-session-ware": "^1.1.0" }, "devDependencies": { "ava": "^0.18.2", "body-parser": "^1.17.1", "botmaster": "^3.0.8", "botmaster-session-ware": "^1.1.0", "botmaster-test-fixtures": "^2.1.0", "coveralls": "^2.11.16", "documentation": "^4.0.0-beta.18", "eslint": "^3.17.0", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-ava": "^4.2.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.0", "express": "^4.15.2", "koa": "2.0.1", "nock": "^9.0.11", "nyc": "^10.1.2", "request-promise": "^4.1.1" }, "dependencies": { "debug": "^2.6.3", "watson-developer-cloud": "^2.28.0" } }