-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 KB
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": "goat-bot",
"version": "1.0.0",
"description": "goat-bot is a bot that brings the magic of Lionel Messi to your Slack channels.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "NODE_ENV=development nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomasmigone/goat-bot.git"
},
"keywords": [
"goat",
"messi",
"lionel",
"greatest",
"slack",
"command"
],
"author": "Tomás Migone <[email protected]> (http://www.programming4design.com.ar)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomasmigone/goat-bot/issues"
},
"homepage": "https://github.com/tomasmigone/goat-bot#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.16.4"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.11",
"standard": "^12.0.1"
}
}