-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "lol-slack-bot",
"version": "1.0.0",
"description": "League of Legends Slack bot",
"main": "app.js",
"dependencies": {
"async": "^2.1.2",
"boom": "^4.2.0",
"debug": "^2.2.0",
"handlebars": "^4.0.5",
"hapi": "^16.0.1",
"inert": "^4.0.2",
"mongoose": "^4.6.4",
"pm2": "^2.1.5",
"vision": "^4.1.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-html-replace": "^1.6.1",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"jshint": "^2.9.4",
"mocha": "^3.1.2",
"sinon": "^1.17.6",
"superagent": "^2.3.0"
},
"scripts": {
"test": "mocha --recursive",
"start": "./node_modules/.bin/pm2 start --no-daemon process.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkulak/lol-slack-bot.git"
},
"author": "Jakub Kułak <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jkulak/lol-slack-bot/issues"
},
"homepage": "https://github.com/jkulak/lol-slack-bot#readme"
}