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

package.json « html5shiv « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 156cd5eccba6bbdeec99446b1aa49371d9f84aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"name": "html5shiv",
	"version": "3.7.3",
	"repository": {
		"type": "git",
		"url": "https://github.com/aFarkas/html5shiv.git"
	},
	"main": "dist/html5shiv.js",
	"devDependencies": {
		"grunt-bytesize": ">=0.1.0",
		"grunt-contrib-watch": ">=0.3.0",
		"grunt-contrib-copy": ">=0.4.0",
		"grunt-contrib-uglify": ">=0.2.7",
		"grunt": ">=0.4.1"
	}
}