19 lines
433 B
JSON
Executable File
19 lines
433 B
JSON
Executable File
{
|
|
"name": "modernizr",
|
|
"repo": "components/modernizr",
|
|
"version": "2.8.3",
|
|
"description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user's browser.",
|
|
"homepage": "http://modernizr.com/",
|
|
"keywords": [
|
|
"html5",
|
|
"css3",
|
|
"browser",
|
|
"feature detection"
|
|
],
|
|
"author": "Modernizr <http://modernizr.com>",
|
|
"main": "modernizr.js",
|
|
"scripts": [
|
|
"modernizr.js"
|
|
]
|
|
}
|