@jargon/jovo-plugin
Version:
A Jovo Framework plugin for the Jargon SDK
55 lines (54 loc) • 1.36 kB
JSON
{
"name": "@jargon/jovo-plugin",
"version": "2.1.1",
"description": "A Jovo Framework plugin for the Jargon SDK",
"keywords": [
"Jargon",
"Jovo"
],
"homepage": "https://github.com/JargonInc/jargon-sdk-nodejs/tree/master/packages/jovo-plugin#readme",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"gulp": "./node_modules/.bin/gulp",
"test": "./node_modules/.bin/ts-mocha tst/**/*.spec.ts"
},
"author": "jargon.com",
"contributors": [
{
"name": "Jonathan Burstein",
"email": "jonathan@jargon.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/JargonInc/jargon-sdk-nodejs.git"
},
"bugs": {
"url": "https://github.com/JargonInc/jargon-sdk-nodejs/issues"
},
"dependencies": {
"@jargon/sdk-core": "^1.3.1"
},
"peerDependencies": {
"jovo-core": "^2.0.4"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.1",
"chai": "^4.2.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"jovo-core": "^2.0.4",
"jovo-framework": "^2.0.5",
"jovo-platform-alexa": "^2.0.6",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"ts-mocha": "^6.0.0",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.1.5"
}
}