-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
44 lines (44 loc) · 1.01 KB
/
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
{
"name": "editor-background",
"main": "./lib/editor-background",
"version": "1.2.42",
"description": "Background image / animation changer. Change your mood by changing what you looking at most of the time. Background changer with some additional readability improvement and a lot of features... ",
"repository": "https://github.com/camel-chased/editor-background.git",
"license": "MIT",
"engines": {
"atom": ">=0.174.0 <2.0.0"
},
"dependencies": {
"atom-space-pen-views": "^2.0.3",
"element-resize-event": "^2.0.9",
"event-kit": "^1.3.0",
"jquery": "^3.4.0",
"request": "^2.64.0"
},
"keywords": [
"background",
"editor",
"editor-background",
"backgrounds",
"image",
"animation",
"background animation",
"video",
"youtube",
"youtube background",
"background loop",
"style",
"custom",
"theme",
"wallpaper",
"3d",
"cube",
"box",
"bg",
"change",
"pattern",
"seamless",
"tileable",
"css"
]
}