forked from Daemonite/material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 802 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
{
"name": "daemonite-material",
"authors": "Daemon Pty Ltd",
"dependencies": {
"jquery": "^3.0.0",
"popper.js": "^1.12.3"
},
"description": "Daemonite's Material UI is a cross-platform and fully responsive front-end interface based on Google Material Design developed using Bootstrap 4.",
"homepage": "http://daemonite.github.io/material/",
"ignore": [
"**/.*",
"bower_components",
"node_modules"
],
"keywords": [
"bootstrap",
"css",
"framework",
"front-end",
"html",
"js",
"material",
"sass"
],
"license": "MIT",
"main": [
"css/material.css",
"js/material.js"
],
"moduleType": "globals",
"repository": {
"type": "git",
"url": "https://github.com/Daemonite/material.git"
},
"version": "4.0.0-beta"
}