Files
Modernizr/package.json
Patrick Kettner ec746816e1 bump version
2015-10-29 11:32:57 -07:00

102 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "modernizr",
"version": "3.2.0",
"description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the users browser.",
"directories": {
"test": "test"
},
"dependencies": {
"doctrine": "0.6.4",
"file": "0.2.2",
"find-parent-dir": "0.3.0",
"lodash": "3.10.1",
"marked": "0.3.5",
"mkdirp": "0.5.1",
"requirejs": "2.1.20",
"yargs": "3.29.0"
},
"devDependencies": {
"@alrra/travis-scripts": "1.1.1",
"expect.js": "0.3.1",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jade": "0.15.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-coveralls": "1.0.0",
"grunt-env": "0.4.4",
"grunt-istanbul": "0.4.2",
"grunt-jscs": "1.8.0",
"grunt-mocha": "0.4.13",
"grunt-mocha-test": "0.12.7",
"grunt-saucelabs": "8.6.1",
"joi": "6.9.1",
"jquery": "1.11.3",
"json3": "3.3.2",
"load-grunt-tasks": "3.3.0",
"proxyquire": "1.7.3"
},
"scripts": {
"test": "grunt test --stack"
},
"main": "./lib/cli",
"bin": "./bin/modernizr",
"repository": {
"type": "git",
"url": "git://github.com/Modernizr/Modernizr.git"
},
"bugs": {
"url": "https://github.com/Modernizr/Modernizr/issues"
},
"inch": {
"files": {
"included": [
"feature-detects/",
"src/"
]
}
},
"keywords": [
"html5",
"css3",
"browser",
"feature detection"
],
"author": {
"name": "Modernizr",
"url": "http://modernizr.com/"
},
"contributors": [
{
"name": "Faruk Ates",
"url": "https://twitter.com/KuraFire"
},
{
"name": "Paul Irish",
"url": "https://twitter.com/paul_irish"
},
{
"name": "Alex Sexton",
"url": "https://twitter.com/SlexAxton"
},
{
"name": "Ryan Seddon",
"url": "https://twitter.com/ryanseddon"
},
{
"name": "Patrick Kettner",
"url": "https://twitter.com/patrickkettner"
},
{
"name": "Stu Cox",
"url": "https://twitter.com/stucoxmedia"
},
{
"name": "Richard Herrera",
"url": "https://twitter.com/doctyper"
}
],
"license": "MIT"
}