forked from Yoast/wordpress-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 832 Bytes
/
bower.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
{
"name": "yoast-wordpress-seo",
"version": "3.0.7",
"homepage": "https://github.com/Yoast/wordpress-seo",
"authors": [
"Yoast.com"
],
"dependencies": {
"yoast-seo": "https://github.com/Yoast/YoastSEO.js.git#master"
},
"install": {
"path": {
"css": "css/dist",
"js": "js/dist",
"svg": "css/dist"
},
"sources": {
"yoast-seo": {
"mapping": [
{"bower_components/yoast-seo/dist/yoast-seo.min.css": "yoast-seo-307.min.css"},
{"bower_components/yoast-seo/dist/images/edit.svg": "images/edit.svg"},
{"bower_components/yoast-seo/dist/yoast-seo.min.js": "yoast-seo-307.min.js"}
]
}
}
},
"description": "Yoast SEO for WordPress",
"keywords": [
"SEO",
"WordPress",
"Text analysis"
],
"license": "GPLv3"
}