-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 869 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
38
39
40
41
42
43
44
45
46
{
"name": "alfred-bamboo",
"version": "1.4.2",
"description": "Alfred workflow for Atlassian Bamboo plan handling.",
"license": "MIT",
"repository": "codebud7/alfred-bamboo",
"author": {
"name": "Sebastian Puskeiler",
"url": "github.com/codeBud7"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava",
"postinstall": "alfred-link"
},
"files": [
"index.js",
"icon.png",
"info.plist",
"configAuth.js",
"configHost.js"
],
"keywords": [
"alfred",
"workflow",
""
],
"dependencies": {
"alfred-link": "^0.1.4",
"alfred-notifier": "^0.1.0",
"alfy": "^0.3.0",
"request": "^2.3.4",
"request-promise": "^4.1.1"
},
"devDependencies": {
"alfy-test": "^0.3.0",
"ava": "^0.15.2",
"xo": "^0.16.0"
},
"xo": {
"esnext": true,
"space": 2
}
}