botbuilder-wit
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "botbuilder-wit", | ||
"version": "1.0.3", | ||
"description": "Provides Wit.ai NLP integration for the Microsoft Bot Framework", | ||
"version": "1.0.4", | ||
"description": "Provides Wit.ai NLP integration for the Microsoft Bot Builder SDK", | ||
"main": "lib/WitRecognizer.js", | ||
"scripts": { | ||
"build": "./node_modules/.bin/tsc", | ||
"test": "./node_modules/.bin/_mocha" | ||
"test": "./node_modules/.bin/_mocha", | ||
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly" | ||
}, | ||
@@ -33,2 +34,4 @@ "repository": { | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.11.15", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.2.0", | ||
@@ -35,0 +38,0 @@ "sinon": "^1.17.6", |
# botbuilder-wit | ||
Node.js module that provides [Wit.ai](https://wit.ai) NLP integration for the [Microsoft Bot Framework](https://dev.botframework.com/). | ||
Node.js module that provides [Wit.ai](https://wit.ai) NLP integration for the [Microsoft Bot Builder SDK](https://dev.botframework.com/). | ||
@@ -4,0 +4,0 @@ ## Installation |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10197
7