-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 784 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 784 Bytes
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
{
"name": "my-bitbar-plugins",
"version": "0.1.0",
"description": "BitBar Plugins",
"author": "Pedro Fuentes <git@pedrofuent.es>",
"repository": {
"type": "git",
"url": "https://github.com/PedroFuentes/my-bitbar-plugins"
},
"bugs": {
"url": "https://github.com/PedroFuentes/my-bitbar-plugins/issues"
},
"keywords": [
"bitbar",
"pagerduty"
],
"dependencies": {
"bitbar": "^0.3.0",
"home-config": "^0.1.0",
"node-fetch": "^1.5.2",
"time-ago": "^0.1.0"
},
"devDependencies": {
"eslint": "^6.7.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0"
},
"license": "MIT"
}