-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 939 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
41
42
43
{
"name": "RitsukoBot",
"version": "1.0.0",
"description": "Bot maker star",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "Elison de Campos",
"email": "[email protected]"
},
"homepage": "http://www.openshift.com/",
"repository": {
"type": "git",
"url": "https://github.com/openshift/origin-server"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"lodash": "^3.9.3",
"pegjs": "^0.8.0",
"q-bluebird": "0.0.1",
"query-string": "^2.3.0",
"request-promise": "^0.4.2",
"socks5-https-client": "^1.1.0",
"telegram-bot": "*"
},
"devDependencies": {
"coffee-script": "^1.9.3",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"mv": "^2.1.1"
},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}