-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 907 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "shizoid-js",
"version": "0.1.0",
"description": "Telegram intellectual bot",
"main": "app/main.js",
"private": true,
"scripts": {
"start": "node --harmony app/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vlakam/shizoid-js.git"
},
"keywords": [
"telegram",
"chat",
"bot"
],
"author": "Vladislav Kamenev",
"license": "MIT",
"bugs": {
"url": "https://github.com/vlakam/shizoid-js/issues"
},
"homepage": "https://github.com/vlakam/shizoid-js#readme",
"dependencies": {
"lodash": "^4.17.4",
"node-telegram-bot-api": "^0.27.0",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"promise-seq": "^3.0.0",
"promise-sequence": "^0.2.2",
"request": "^2.81.0",
"sequelize": "^3.30.2"
},
"devDependencies": {
"sequelize-cli": "^2.4.0",
"mocha": "^3.0.2",
"should": "^11.1.0"
}
}