UNPKG

wit-ai

Version:
32 lines (31 loc) 577 B
{ "name": "wit-ai", "version": "4.1.2", "description": "Wit.ai Node.js SDK", "keywords": [ "wit", "wit.ai", "bot", "botengine", "bots", "nlp", "automation" ], "main": "index.js", "scripts": { "build": "babel src -d lib" }, "repository": "https://github.com/MatterInc/node-wit", "author": "Akshay Singh", "dependencies": { "isomorphic-fetch": "^2.2.1", "node-uuid": "^1.4.7" }, "engines": { "node": ">=4.0.0" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-preset-es2015": "^6.14.0" } }