forked from JoelBesada/activate-power-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 772 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
{
"name": "activate-power-mode",
"main": "./lib/activate-power-mode",
"version": "2.7.0",
"description": "Activate POWER MODE to write your code in style.",
"keywords": [],
"repository": "https://github.com/JoelBesada/activate-power-mode",
"author": "Joel Besada <[email protected]> (http://joelb.me)",
"license": "MIT",
"engines": {
"atom": ">=1.19.0 <2.0.0"
},
"dependencies": {
"atom-select-list": "^0.2.0",
"lodash.debounce": "^4.0.8",
"lodash.random": "^3.1.5",
"lodash.sample": "^4.2.1",
"lodash.throttle": "^4.0.1"
},
"providedServices": {
"activate-power-mode": {
"description": "Provide an API to add plugins, effects and flows.",
"versions": {
"1.0.0": "provideServiceV1"
}
}
}
}