File size: 679 Bytes
9ef3204 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"name": "sexedchatbot",
"version": "1.0.0",
"description": "A chatbot to anonymously receive sexual education- targeted for middle school refugees",
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noahpicard/sexedchatbot.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/noahpicard/sexedchatbot/issues"
},
"homepage": "https://github.com/noahpicard/sexedchatbot#readme",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"google-translate": "^2.0.5",
"redis": "^2.7.1",
"request": "^2.81.0"
}
}
|