forked from b2evolution/b2evolution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 807 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
35
36
37
{
"name": "b2evolution",
"version": "7.2.5-stable",
"description": "Multiblog/CMS + user community + email marketing + social network + everything you need to run and maintain a modern website (PHP/MySQL).",
"devDependencies": {
"jquery": ">=1.11.1",
"bootstrap": ">=3.3.2"
},
"authors": [
"Francois Planque <[email protected]>"
],
"main": "install/index.php",
"keywords": [
"cms",
"blog",
"forum",
"php",
"mysql",
"gallery",
"social",
"community"
],
"license": "GPL-2.0+",
"homepage": "http://b2evolution.net",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"_tests",
"_transifex",
"bower.json",
"Gruntfile.js",
"package.json",
"readme.md",
"readme.template.html"
]
}