UNPKG

talkify

Version:

Framework for developing chat bot applications.

42 lines (41 loc) 1.14 kB
{ "name": "talkify", "version": "2.2.0", "description": "Framework for developing chat bot applications.", "main": "index.js", "scripts": { "test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec", "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "lint": "node ./node_modules/gulp/bin/gulp.js lint" }, "keywords": [ "bot", "chat", "ai", "nlp", "framework" ], "author": "Manthan Dave <manthanhd@live.com> (https://www.manthanhd.com)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/manthanhd/talkify.git" }, "dependencies": { "async": "^2.1.2", "talkify-classifier": "^1.0.2", "talkify-natural-classifier": "^1.0.5" }, "devDependencies": { "coveralls": "^2.11.14", "expect": "^1.20.2", "gulp": "^3.9.1", "gulp-shell": "^0.5.2", "istanbul": "^0.4.5", "jshint": "^2.9.3", "jshint-stylish": "^2.2.1", "mocha": "^3.1.2", "mocha-lcov-reporter": "^1.2.0", "mockery": "^2.0.0" } }