forked from mdbootstrap/material-design-for-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 795 Bytes
/
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
{
"name": "mdbootstrap",
"version": "4.5.0",
"description": "Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.",
"main": "js/mdb.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mdbootstrap/bootstrap-material-design.git"
},
"keywords": [
"material",
"design",
"bootstrap",
"mdbootstrap",
"mdb",
"framework",
"css",
"mobile-first",
"responsive"
],
"author": "MDBootstrap",
"license": "Custom license (read license.pdf)",
"bugs": {
"url": "https://github.com/mdbootstrap/bootstrap-material-design/issues"
},
"homepage": "https://mdbootstrap.com"
}