-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.45 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "bucevschi-bot",
"version": "1.0.0",
"description": "messenger bot",
"main": "index.js",
"scripts": {
"start": "scripts/start",
"dev": "scripts/start-dev",
"test": "node_modules/mocha/bin/mocha test/*.coffee --exit",
"lint": "scripts/lint || exit 0",
"tunnel": "scripts/start-tunnel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlayLikeNeverB4/bucevschi-bot.git"
},
"author": "George Marcus",
"license": "ISC",
"bugs": {
"url": "https://github.com/PlayLikeNeverB4/bucevschi-bot/issues"
},
"homepage": "https://github.com/PlayLikeNeverB4/bucevschi-bot#readme",
"dependencies": {
"body-parser": "^1.18.2",
"config": "^1.30.0",
"ejs": "^2.5.8",
"express": "^4.16.3",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.14",
"newrelic": "^3.3.0",
"path": "^0.12.7",
"pg": "8.6.0",
"request": "^2.85.0",
"winston": "^2.4.1",
"db-migrate": "^0.11.1",
"db-migrate-pg": "^0.4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coffeescript": "^2.2.3",
"eslint": "^5.0.0-alpha.2",
"eslint-config-standard": "^12.0.0-alpha.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "^5.0.5",
"rewire": "^3.0.2",
"sinon": "^4.4.10"
},
"engines": {
"node": ">=14.0.0 <17.0.0"
}
}