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

bower.json « html5shiv « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5814f00bfe61eb9898c0f9a37669bb3412bc6230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "html5shiv",
  "version": "3.7.3",
  "main": [
  	"dist/html5shiv.js"
  ],
  "ignore": [
    "**/.*",
    "composer.json",
    "test",
    "build",
    "src",
    "build.xml"
  ]
}