UNPKG

@abbott-platform/abbott-framework

Version:

Abbott Framework is a framework to bring productivity and abstractions to help you to build awesome chatbots.

109 lines (108 loc) 3.54 kB
{ "name": "@abbott-platform/abbott-framework", "version": "1.9.7", "description": "Abbott Framework is a framework to bring productivity and abstractions to help you to build awesome chatbots.", "main": "index.js", "engines": { "node": ">=7.10.0" }, "scripts": { "sample-slack": "node samples/slack-app.js", "sample-facebook": "node samples/facebook-app.js", "sample-gactions": "node samples/gactions-app.js", "sample-gchats": "node samples/gchats-app.js", "sample-abbott": "node samples/abbott-app.js", "sample-abbott-client": "node samples/abbott-app-client.js", "pretest": "npm run lint", "test": "mocha test/**/*.spec.js", "docs:src-json": "jsdoc lib -r --template ./node_modules/jsdoc-json -c tooling/docs/jsdoc.json -d docs/doc.json", "docs:prepare": "gitbook install", "docs:prepare-update": "gitbook fetch", "docs:src": "jsdoc2md --configure tooling/docs/jsdoc.json --partial tooling/docs/header.hbs --partial tooling/docs/link.hbs --partial tooling/docs/body.hbs --files lib/*.js lib/**/*.js > docs/api.md", "docs:build": "npm run docs:prepare && npm run docs:src-json && npm run docs:src && gitbook build", "docs:serve": "npm run docs:prepare && npm run docs:src && gitbook serve", "docs:clean": "rimraf _book", "docs:publish": "gh-pages --dist _book", "lint": "jshint --reporter=node_modules/jshint-stylish lib", "cover": "istanbul cover _mocha ./test/**/*.spec.js", "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls", "jsinspect": "jsinspect ./lib" }, "publishConfig": { "access": "public" }, "author": "Vinicius Patrinhani @ CI&T", "license": "MIT", "keywords": [ "bot", "chatbot", "abbott", "slack", "google", "facebook", "apiai", "gchats", "google chats", "api.ai" ], "dependencies": { "@abbott-platform/api-ai-botkit": "^1.6.0", "@abbott-platform/botkit-storage-datastore": "^1.0.1", "actions-on-google": "^1.1.0", "async": "^2.6.0", "back": "^1.0.2", "body-parser": "^1.15.2", "clone": "^2.1.1", "crypto": "^1.0.1", "express": "^4.14.0", "gitbook-html": "^1.3.3", "https-proxy-agent": "^2.1.1", "jspath": "^0.3.4", "localeval": "^15.2.3", "log4js": "^2.3.12", "messageformat": "^1.0.2", "mustache": "^2.3.0", "node-fetch": "^1.6.3", "object-mapper": "^4.1.0", "querystring": "^0.2.0", "request": "^2.79.0", "ware": "^1.3.0", "ws": "^3.3.2" }, "devDependencies": { "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", "chai": "^4.1.2", "chai-json-schema": "^1.5.0", "chai-match-pattern": "^1.1.0", "coveralls": "^3.0.0", "gh-pages": "^1.0.0", "gitbook-cli": "^2.3.2", "istanbul": "^0.4.5", "jsdoc": "^3.5.5", "jsdoc-babel": "^0.3.0", "jsdoc-json": "^2.0.2", "jsdoc-to-markdown": "^3.0.2", "jshint": "^2.9.5", "jshint-stylish": "^2.2.1", "jsinspect": "^0.12.7", "mocha": "^4.0.0", "mocha-lcov-reporter": "^1.3.0", "mock-require": "^2.0.2", "node-env-file": "^0.1.8", "nsp": "^2.8.1", "sinon": "^4.0.0" }, "directories": { "doc": "docs", "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/AbbottPlatform/abbott-framework.git" }, "bugs": { "url": "https://github.com/AbbottPlatform/abbott-framework/issues" }, "homepage": "https://github.com/AbbottPlatform/abbott-framework#readme" }