Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.bower.json « materialize « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33d6511c247875d0d764992a2ef31371aaaa4ab0 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
  "name": "Materialize",
  "description": "A modern responsive front-end framework based on Material Design",
  "keywords": [
    "css",
    "js",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "ux",
    "material",
    "design"
  ],
  "main": [
    "bin/materialize.css",
    "bin/materialize.js",
    "fonts/roboto/Roboto-Bold.ttf",
    "fonts/roboto/Roboto-Bold.woff",
    "fonts/roboto/Roboto-Bold.woff2",
    "fonts/roboto/Roboto-Light.ttf",
    "fonts/roboto/Roboto-Light.woff",
    "fonts/roboto/Roboto-Light.woff2",
    "fonts/roboto/Roboto-Medium.ttf",
    "fonts/roboto/Roboto-Medium.woff",
    "fonts/roboto/Roboto-Medium.woff2",
    "fonts/roboto/Roboto-Regular.ttf",
    "fonts/roboto/Roboto-Regular.woff",
    "fonts/roboto/Roboto-Regular.woff2",
    "fonts/roboto/Roboto-Thin.ttf",
    "fonts/roboto/Roboto-Thin.woff",
    "fonts/roboto/Roboto-Thin.woff2"
  ],
  "ignore": [
    "jade/",
    ".gitignore",
    "CNAME",
    "css/",
    "bower.json",
    "README.md",
    "images/",
    "js/jquery.timeago.js",
    "js/init.js",
    "js/prism.js",
    "res/",
    "sass/style.scss",
    "sass/ghpages-materialize.scss",
    "**/*.html",
    "**/*.zip",
    "**/*.txt",
    "sitemap.xml",
    "package.json",
    "Gruntfile.js"
  ],
  "dependencies": {
    "jquery": ">=2.1.1"
  },
  "devDependencies": {},
  "homepage": "https://github.com/Dogfalo/materialize",
  "version": "0.97.6",
  "_release": "0.97.6",
  "_resolution": {
    "type": "version",
    "tag": "v0.97.6",
    "commit": "9faf63a5cd2c5699a5a6d8aeafb8e005b8c28baa"
  },
  "_source": "https://github.com/Dogfalo/materialize.git",
  "_target": "~0.97.6",
  "_originalSource": "materialize",
  "_direct": true
}