-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
50 lines (50 loc) · 1.46 KB
/
composer.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
47
48
49
50
{
"name": "automattic/jetpack-videopress-plugin",
"description": "High quality, ad-free video.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-assets": "^4.0.4-alpha",
"automattic/jetpack-autoloader": "^5.0.1",
"automattic/jetpack-composer-plugin": "^4.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-connection": "^6.3.2-alpha",
"automattic/jetpack-my-jetpack": "^5.4.1-alpha",
"automattic/jetpack-sync": "^4.6.0-alpha",
"automattic/jetpack-videopress": "^0.25.9-alpha",
"automattic/jetpack-status": "^5.0.2"
},
"require-dev": {
"automattic/jetpack-changelogger": "^5.1.0"
},
"autoload": {
"classmap": [
"src/"
]
},
"scripts": {
"watch": "echo 'This script is actually watching the Jetpack VideoPress package' && jetpack watch packages/videopress"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"mirror-repo": "Automattic/jetpack-videopress-plugin",
"autorelease": true,
"autotagger": true,
"changelogger": {
"versioning": "wordpress"
},
"release-branch-prefix": "videopress",
"beta-plugin-slug": "jetpack-videopress",
"wp-plugin-slug": "jetpack-videopress",
"wp-svn-autopublish": true
},
"config": {
"allow-plugins": {
"roots/wordpress-core-installer": true,
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
},
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_3_alpha"
}
}