talk-back-bot
Version:
A Programable Virtual Assistsant
26 lines (25 loc) • 597 B
JSON
{
"name": "talk-back-bot",
"version": "0.2.1",
"description": "A Programable Virtual Assistsant",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jackson Mooring",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Gninoskcaj/talk-back.git"
},
"keywords": [
"virtual-assistant"
],
"bugs": {
"url": "https://github.com/Gninoskcaj/talk-back/issues"
},
"homepage": "https://github.com/Gninoskcaj/talk-back#readme",
"dependencies": {
"fuzzyset.js": "0.0.8"
}
}