-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1019 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
{
"name": "hubot-viva-las-vegas",
"description": "A Hubot script which helps users to create leave requests",
"version": "0.0.1",
"author": "Evgeny Golyshev <eugulixes@gmail.com>",
"license": "Apache-2.0",
"keywords": [
"hubot",
"hubot-scripts"
],
"repository": {
"type": "git",
"url": "git://github.com/tolstoyevsky/hubot-viva-las-vegas.git"
},
"bugs": {
"url": "https://github.com/tolstoyevsky/hubot-viva-las-vegas/issues"
},
"dependencies": {
"googleapis": "^34.0.0",
"moment": "^2.22.2",
"node-schedule": "^0.6.0",
"hubot-routines": "https://github.com/tolstoyevsky/hubot-routines.git"
},
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0"
},
"scripts": {
"lint": "eslint . --ext .js",
"pretest": "npm run lint",
"test": "echo \"No tests\""
}
}