-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
43 lines (43 loc) · 1.04 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
{
"nameSpaced": "WP Featherlight",
"nameSpacedLow": "wp featherlight",
"nameDashed": "wp-featherlight",
"nameUscore": "wp_featherlight",
"nameUscoreCam": "WP_Featherlight",
"nameCamel": "WPFeatherlight",
"nameCamelLow": "wpFeatherlight",
"version": "1.3.4",
"copyright": "2020",
"license": "GPL-2.0+",
"private": true,
"bugs": {
"url": "https://cipherdevelopment.com/support/",
"email": "[email protected]"
},
"contributors": [
{
"name": "Robert Neu",
"url": "https://cipherdevelopment.com"
},
{
"name": "Ozzy Rodriguez",
"url": "https://cipherdevelopment.com"
},
{
"name": "Cipher",
"url": "https://cipherdevelopment.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cipherdevgroup/wp-featherlight.git"
},
"dependencies": {
"detect_swipe": "~2.1.4",
"featherlight": "1.7.13"
},
"devDependencies": {
"cipher-plugin-config": "cipherdevgroup/cipher-plugin-config",
"load-project-config": "~0.2.0"
}
}