-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 866 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 866 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
33
34
35
36
37
{
"name": "activate-killer-instinct-mode",
"version": "1.1.3",
"description": "A plugin for activate power mode that plays killer instinct exclamations.",
"keywords": [
"activate",
"power",
"mode",
"killer",
"instinct",
"audio",
"exclamations"
],
"license": "MIT",
"author": "Jesse R. Jose <jessejose@outlook.es> (https://github.com/Jerajo)",
"main": "./lib/activate-killer-instinct-mode",
"repository": {
"url": "https://github.com/Jerajo/activate-killer-instinct-mode"
},
"dependencies": {
"atom-package-deps": "^4.6.0",
"lodash.debounce": "^4.0.8"
},
"engines": {
"atom": ">=1.17.0 <2.0.0"
},
"package-deps": [
"activate-power-mode"
],
"consumedServices": {
"activate-power-mode": {
"versions": {
"^1.0.0": "consumeActivatePowerModeServiceV1"
}
}
}
}